Merge pull request #1166 from Safelite/defect/CSR-1440

CSR-1440 | Matching new Figma spacing
This commit is contained in:
scottkiener 2023-06-19 09:33:05 -04:00 committed by GitHub
commit 6cdad1855d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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