Merge pull request #245 from Safelite/feature/CSS-fixes-for-animations
Fixing Css animation glitch
This commit is contained in:
commit
c83ed5c5ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue