Merge pull request #224 from Safelite/BRM-fix-error-state-style
Update/remove css.
This commit is contained in:
commit
738cfa9636
2 changed files with 1 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ export default {
|
|||
}
|
||||
a {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue