CASH-191 update css and merge into release branch.

This commit is contained in:
Bryan Mauger 2025-02-25 13:18:47 -05:00
parent 88cf2317f7
commit 9987383995

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;