Merge pull request #2202 from Safelite/CASH-77-brm-fixes
Cash 77 brm fixes
This commit is contained in:
commit
934d38a7e8
2 changed files with 7 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
<div class="modal-body ps-5 pe-5 pb-4 pt-1">
|
||||
<slot></slot>
|
||||
<div class="modal-footer px-5 py-4">
|
||||
<div class="modal-footer">
|
||||
<modalButtonMain
|
||||
isPrimary
|
||||
class="w-100"
|
||||
|
|
@ -173,6 +173,7 @@ export default {
|
|||
}
|
||||
}
|
||||
.modal-footer {
|
||||
padding: 1rem 0;
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ export default {
|
|||
padding-top: 1rem;
|
||||
|
||||
.modal-title {
|
||||
padding-top: 3rem;
|
||||
padding-top: 4.25rem;
|
||||
}
|
||||
|
||||
.modal-title::before {
|
||||
|
|
@ -196,9 +196,13 @@ export default {
|
|||
}
|
||||
.modal-footer {
|
||||
order: 3;
|
||||
padding: 0;
|
||||
}
|
||||
.modal-disclaimer {
|
||||
order: 4;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.progress-saved {
|
||||
|
|
|
|||
Loading…
Reference in a new issue