CSR-1440 | Changing styling to match new Figma

This commit is contained in:
Scott Kiener 2023-06-19 09:19:33 -04:00
parent 5f0d917f72
commit 9b5cb6e767

View file

@ -32,7 +32,7 @@
:customText="dropoffDisclaimerText"
justifyText="left"
typeStyle="caption"
class="mb-2 mt-4" />
class="mb-2" />
</modal>
</template>
@ -316,7 +316,7 @@ export default {
margin-bottom: 0 !important;
}
.text-block.duration-text-block {
margin-top: 0 !important;
margin-top: 4px !important;
}
.supplemental-information {
line-height: 1.5rem;
@ -325,7 +325,7 @@ export default {
font-weight: $font-weight-bold;
}
li:not(:last-child) {
margin-bottom: 16px;
margin-bottom: 8px;
}
}
}