CASH-77 style fixes.

This commit is contained in:
Bryan Mauger 2025-01-15 10:22:04 -05:00
parent 4d462fdb0a
commit 4b06e9e322

View file

@ -124,7 +124,7 @@ export default {
padding-top: 1rem; padding-top: 1rem;
.modal-title { .modal-title {
padding-top: 3rem; padding-top: 4.25rem;
} }
.modal-title::before { .modal-title::before {
@ -196,9 +196,13 @@ export default {
} }
.modal-footer { .modal-footer {
order: 3; order: 3;
padding: 0;
} }
.modal-disclaimer { .modal-disclaimer {
order: 4; order: 4;
a {
text-decoration: none;
}
} }
&.progress-saved { &.progress-saved {