@@ -932,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;
}
}
}
diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue
index 394ba3b08..8b53db835 100644
--- a/src/layouts/quote/quote.vue
+++ b/src/layouts/quote/quote.vue
@@ -71,7 +71,7 @@
-
+