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