Merge pull request #219 from Safelite/feature/digital/SSR-249

added addtional style overrides
This commit is contained in:
Jason Wheeler 2023-03-31 14:22:14 -04:00 committed by GitHub
commit c2a9961467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}
}