final styling fixes
This commit is contained in:
parent
492a537a1a
commit
6f122bc8c3
2 changed files with 4 additions and 1 deletions
|
|
@ -118,6 +118,9 @@ export default {
|
|||
:deep(strong) {
|
||||
font-weight: 600;
|
||||
}
|
||||
:deep(p:first-of-type) {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.acknowledgement-checkbox {
|
||||
:deep(p) {
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export default {
|
|||
transition: all 0.5s ease;
|
||||
background-image: url($svg-tpa-recal-modal-toggle);
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 1rem;
|
||||
margin-left: 0.5rem;
|
||||
width: 16px;
|
||||
height: 9px;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue