CASH-177: adding 2nd slot to modal / removing SYP-specific CSS
This commit is contained in:
parent
9443e31825
commit
b5f158ce80
1 changed files with 2 additions and 50 deletions
|
|
@ -29,9 +29,10 @@
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
<slot name="modal-footer-slot"></slot>
|
||||||
<modalButtonMain
|
<modalButtonMain
|
||||||
isPrimary
|
isPrimary
|
||||||
class="w-100"
|
class="w-100 modal-footer-button"
|
||||||
:id="modalId + '-modalbtn'"
|
:id="modalId + '-modalbtn'"
|
||||||
ref="modalButtonMain"
|
ref="modalButtonMain"
|
||||||
loaderColor="white"
|
loaderColor="white"
|
||||||
|
|
@ -258,56 +259,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.save-progress-modal-question {
|
|
||||||
p.modal-body {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.modal-body {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.textbox-question {
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
margin: 0 0 1.5rem 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.save-progress-modal-question,
|
|
||||||
.save-progress-popup-question {
|
|
||||||
p.modal-body {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.modal-body {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.textbox-question {
|
|
||||||
label {
|
|
||||||
text-align: left;
|
|
||||||
font-weight: 900;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.modal-body-inner {
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
.modal-disclaimer {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
order: 2;
|
|
||||||
text-align: left;
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.modal-footer {
|
|
||||||
margin: 0 0 1.5rem 0;
|
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue