-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8620b17
commit 04cbde3
Showing
2 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
|