added addtional style overrides

This commit is contained in:
Jason Wheeler 2023-03-31 11:45:05 -04:00
parent 50069a5b93
commit edee2cdc60

View file

@ -31,7 +31,17 @@ $limu-button-color: #A9E3E9;
&:focus-visible {
background: $limu-button-color !important;
color: $limu-button-text-color !important;
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $limu-button-color !important;
}
&:focus {
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $limu-button-color !important;
}
}
}
.loader {
&:after {
background-color: $limu-button-text-color !important;
}
}
}