Merge pull request #900 from Safelite/bug/brydon/SSR-1860

Removing styling from footer
This commit is contained in:
michaela-brydon-safelite 2024-11-21 16:33:26 -05:00 committed by GitHub
commit de63a6e590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,29 +30,24 @@
a.new-window-link {
color: $link;
}
footer {
a {
color: $link;
}
.btn {
&.btn-override[aria-disabled="false"]:not(.form-test-invalid) {
&.btn-primary {
background: $button-color;
color: $button-text-color;
}
&:focus-visible {
background: $button-color;
color: $button-text-color;
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color;
}
.btn {
&.btn-override[aria-disabled="false"]:not(.form-test-invalid) {
&.btn-primary {
background: $button-color;
color: $button-text-color;
}
}
.loader {
&:after {
background-color: $button-text-color;
&:focus-visible {
background: $button-color;
color: $button-text-color;
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color;
}
}
}
.loader {
&:after {
background-color: $button-text-color;
}
}
}