Skip to content

Commit

Permalink
use bootstrap sass variables
Browse files Browse the repository at this point in the history
  • Loading branch information
whomingbird committed Feb 24, 2025
1 parent 8620b17 commit 04cbde3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 31 deletions.
31 changes: 0 additions & 31 deletions app/assets/stylesheets/ror-widget.css

This file was deleted.

26 changes: 26 additions & 0 deletions app/assets/stylesheets/ror-widget.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@import 'bootstrap/variables';

.institution-input-disable {
background-color: $input-bg-disabled !important;
cursor: not-allowed;
}

.tt-menu {
width: 422px;
margin: 12px 0;
padding: 8px 0;
background-color: $input-bg;
border: 1px solid $gray-base;
max-height: 400px;
overflow-y: auto;
border-radius: $border-radius-large;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.league-name {
margin: 0 20px 5px 0;
padding: 3px 6px;
background-color: $btn-default-border;
transition: background-color 0.5s ease-in-out;
}

0 comments on commit 04cbde3

Please sign in to comment.