CASH-77 style fixes.
This commit is contained in:
parent
4d462fdb0a
commit
4b06e9e322
1 changed files with 5 additions and 1 deletions
|
|
@ -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