Merge pull request #2336 from Safelite/CASH-191-change-to-merge-into-release

CASH-191 update css and merge into release branch.
This commit is contained in:
bmauger 2025-02-25 13:35:38 -05:00 committed by GitHub
commit c0c8c5c8d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,21 @@ export default {
transition: all 150ms linear;
background: none;
&.btn {
&.btn-secondary {
font-weight: 900;
border: none;
&:hover,
&:active,
&:focus,
&:focus-visible {
color: $blue-700;
background: none;
box-shadow: none;
}
}
}
&:hover,
&:active,
&:focus,
@ -166,6 +181,7 @@ export default {
transition: background 0s 0s ease-in-out;
}
}
.modal.modal-component .modal-dialog .modal-content {
.modal-header {
padding-top: 0;