CASH-1448: style updates

This commit is contained in:
AdamCaouetteSafelite 2025-09-02 09:31:48 -04:00
parent 879fc619f1
commit 2cac6c5cdf

View file

@ -933,15 +933,22 @@ export default {
:deep(.modal-body) { :deep(.modal-body) {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: visible !important;
p.subheader-text {
color: $red;
order: 1 !important;
margin-top: -2.25rem;
}
h5 { h5 {
text-align: center; text-align: left !important;
order: 1; order: 2 !important;
} }
p { p {
order: 3; order: 4;
} }
img { img {
order: 2; order: 3 !important;
} }
} }
} }