CASH-1448: style updates
This commit is contained in:
parent
879fc619f1
commit
2cac6c5cdf
1 changed files with 11 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue