mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
Increase contrast for visual elements.
This commit is contained in:
parent
a91d6c0ce6
commit
9bb0348d78
1 changed files with 3 additions and 3 deletions
|
@ -62,8 +62,8 @@
|
||||||
|
|
||||||
.btn-outline-secondary {
|
.btn-outline-secondary {
|
||||||
background: none;
|
background: none;
|
||||||
border-color: $gray-600;
|
border-color: #777;
|
||||||
color: $gray-600;
|
color: #777;
|
||||||
|
|
||||||
&:not([disabled]):not(.disabled):hover,
|
&:not([disabled]):not(.disabled):hover,
|
||||||
&:not([disabled]):not(.disabled):focus,
|
&:not([disabled]):not(.disabled):focus,
|
||||||
|
@ -124,7 +124,7 @@ th {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: 1px solid rgb(0 0 0 / 40%);
|
border: 1px solid rgb(0 0 0 / 30%);
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue