Merge pull request #245 from Safelite/feature/CSS-fixes-for-animations

Fixing Css animation glitch
This commit is contained in:
max-dempsey 2022-02-23 12:57:45 -05:00 committed by GitHub
commit c83ed5c5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
.has-error {
&.list-button,
&.list-card {
border: 1px solid transparent;
border: 1px solid $red;
color: $red;
label {
border: 1px solid $red;
box-shadow: 0 0 1px $red;
border-radius: .5rem;
}
}