Merge pull request #1166 from Safelite/defect/CSR-1440
CSR-1440 | Matching new Figma spacing
This commit is contained in:
commit
6cdad1855d
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue