Merge pull request #2319 from Safelite/CASH-191-button-fix-2
CASH-191 button fix.
This commit is contained in:
commit
29815f7022
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ export default {
|
|||
|
||||
&.btn {
|
||||
&.btn-secondary {
|
||||
font-weight: 900;
|
||||
border: none;
|
||||
&:hover,
|
||||
&:active,
|
||||
|
|
@ -180,6 +181,7 @@ export default {
|
|||
transition: background 0s 0s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
.modal.modal-component .modal-dialog .modal-content {
|
||||
.modal-header {
|
||||
padding-top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue