styling changes to bailout and contact-confirmation pages

This commit is contained in:
Katie Kroell 2024-01-17 15:49:32 -05:00
parent c62f5c71c8
commit a81af4acc1
2 changed files with 8 additions and 2 deletions

View file

@ -338,8 +338,8 @@ export default {
},
nextStepsBody(newValue, oldValue) {
if (newValue !== oldValue) {
setupModalLink(this, 'RecalModal');
setupModalLink(this, 'DeductibleModal');
setupModalLinks(this, 'RecalModal');
setupModalLinks(this, 'DeductibleModal');
}
}
},

View file

@ -9,6 +9,10 @@ $font-size: 0.875rem;
> div.sub-header-content {
margin-top: 1rem;
padding: 0;
.container-fluid {
margin-bottom: 1rem;
}
div.subheader-primary {
padding: 0;
@ -21,6 +25,8 @@ $font-size: 0.875rem;
p {
line-height: 1.5rem;
font-size: $font-size;
margin-bottom: 0.5rem;
color: $gray-600;
&:last-child {
margin-bottom: 0;
}