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) {
display: flex;
flex-direction: column;
overflow: visible !important;
p.subheader-text {
color: $red;
order: 1 !important;
margin-top: -2.25rem;
}
h5 {
text-align: center;
order: 1;
text-align: left !important;
order: 2 !important;
}
p {
order: 3;
order: 4;
}
img {
order: 2;
order: 3 !important;
}
}
}