Update css for focus state on buttonPrimary.

This commit is contained in:
Bryan 2021-10-29 09:39:58 -04:00
parent 2b469e0476
commit 1153094f17

View file

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