Merge branch 'develop' into feature/CASH-77
This commit is contained in:
commit
40c34b5388
3 changed files with 8 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body ps-5 pe-5 pb-4 pt-1">
|
<div class="modal-body ps-5 pe-5 pb-4 pt-1">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
<div class="modal-footer px-5 py-4">
|
<div class="modal-footer">
|
||||||
<modalButtonMain
|
<modalButtonMain
|
||||||
isPrimary
|
isPrimary
|
||||||
class="w-100"
|
class="w-100"
|
||||||
|
|
@ -173,6 +173,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
padding: 1rem 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ export default {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
|
|
||||||
.modal-title {
|
.modal-title {
|
||||||
padding-top: 3rem;
|
padding-top: 4.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-title::before {
|
.modal-title::before {
|
||||||
|
|
@ -196,9 +196,13 @@ export default {
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
order: 3;
|
order: 3;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.modal-disclaimer {
|
.modal-disclaimer {
|
||||||
order: 4;
|
order: 4;
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.progress-saved {
|
&.progress-saved {
|
||||||
|
|
|
||||||
|
|
@ -1049,6 +1049,7 @@ export const actions = {
|
||||||
payload: {
|
payload: {
|
||||||
licensePlate: licensePlate,
|
licensePlate: licensePlate,
|
||||||
licenseState: licenseState,
|
licenseState: licenseState,
|
||||||
|
logEnabled: context.getters.applicationUser.loggingOption,
|
||||||
},
|
},
|
||||||
logApiCall: true,
|
logApiCall: true,
|
||||||
pageNameToLog: pageNameToLog,
|
pageNameToLog: pageNameToLog,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue