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) {
|
: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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue