CASH-77: fix styling bugs
This commit is contained in:
parent
68a8d88d05
commit
1d148e4909
2 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="save-progress-modal-question">
|
||||
<div class="save-progress-modal-question" :class="isProgressSaved ? 'progress-saved' : ''">
|
||||
<buttonMain
|
||||
ref="buttonMain"
|
||||
type="button"
|
||||
|
|
@ -119,6 +119,10 @@ export default {
|
|||
align-items: center;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
&.progress-saved {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.save-progress-button {
|
||||
order: 4;
|
||||
position: relative;
|
||||
|
|
@ -131,7 +135,7 @@ export default {
|
|||
width: auto;
|
||||
height: auto;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 0.375rem;
|
||||
text-underline-offset: 0.25rem;
|
||||
line-height: 1rem;
|
||||
padding: 1rem;
|
||||
margin: 0 auto;
|
||||
|
|
@ -154,6 +158,7 @@ export default {
|
|||
:deep(.alert) {
|
||||
border-radius: $border-radius-lg;
|
||||
border: 1px solid $green;
|
||||
margin-top: 0;
|
||||
}
|
||||
:deep(.alert-heading) {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ export default {
|
|||
width: auto;
|
||||
height: auto;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 0.375rem;
|
||||
text-underline-offset: 0.25rem;
|
||||
line-height: 1rem;
|
||||
padding: 0 0 4px 0;
|
||||
margin: 0 auto 1.5rem auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue