CSR-1137 | Fixing bullet point list formatting
This commit is contained in:
parent
f20b5f809b
commit
01756a8379
1 changed files with 12 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
validationRules="time-slot-required"
|
||||
class="mt-5" />
|
||||
<div
|
||||
class="mt-1 mb-2"
|
||||
class="mt-1 mb-2 supplemental-information"
|
||||
v-if="supplementalInformationBlock"
|
||||
v-html="supplementalInformationBlock"></div>
|
||||
<textBlock
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
:customText="dropoffDisclaimerText"
|
||||
justifyText="left"
|
||||
typeStyle="caption"
|
||||
class="mb-2" />
|
||||
class="mb-2 mt-4" />
|
||||
</modal>
|
||||
</template>
|
||||
|
||||
|
|
@ -317,5 +317,15 @@ export default {
|
|||
.text-block.duration-text-block {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.supplemental-information {
|
||||
line-height: 1.5rem;
|
||||
font-size: 0.875rem;
|
||||
li strong {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
li:not(:last-child) {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue