Merge pull request #26 from Safelite/brm-button-fix

Update css for focus state on buttonPrimary.
This commit is contained in:
bmauger 2021-10-29 09:46:35 -04:00 committed by GitHub
commit c7ea6aa726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,6 @@
&:focus {
outline: none;
box-shadow: 0 0 0 3px, 0 0 0 5.5px $blue-700;
background-color: #da291c;
border-color: #da291c;
}
&.button-loader {
padding: 0 40px 0 12px;