Merge pull request #224 from Safelite/BRM-fix-error-state-style

Update/remove css.
This commit is contained in:
bmauger 2022-02-16 16:04:30 -05:00 committed by GitHub
commit 738cfa9636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -111,7 +111,7 @@ export default {
}
a {
display: flex;
justify-content: start;
justify-content: flex-start;
}
}
}

View file

@ -13,7 +13,6 @@
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
box-shadow: 0 0 0 2.5px transparent !important;
border: 1px solid $blue;
}
&.list-button-horizontal {
color: $red;