Merge pull request #219 from Safelite/feature/digital/SSR-249
added addtional style overrides
This commit is contained in:
commit
c2a9961467
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue