final styling fixes

This commit is contained in:
US\katie.kroell 2026-04-02 11:47:19 -04:00
parent 492a537a1a
commit 6f122bc8c3
2 changed files with 4 additions and 1 deletions

View file

@ -118,6 +118,9 @@ export default {
:deep(strong) {
font-weight: 600;
}
:deep(p:first-of-type) {
margin-bottom: 0.5rem;
}
}
.acknowledgement-checkbox {
:deep(p) {

View file

@ -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;