ITAC - No Recal | Finish styling and spacing
This commit is contained in:
parent
2d4e9ecfe1
commit
e78e96ab37
1 changed files with 11 additions and 7 deletions
|
|
@ -56,20 +56,20 @@
|
|||
<div
|
||||
class="body-text"
|
||||
v-html="nextStepsBody"></div>
|
||||
<buttonMain
|
||||
<buttonMain
|
||||
ref="buttonMain"
|
||||
class="full-width-button"
|
||||
class="full-width-button mt-5"
|
||||
variant="navigation"
|
||||
buttonText="Continue scheduling"
|
||||
@clickEvent="continueToSchedule" />
|
||||
|
||||
<textLink
|
||||
class="underlined-text"
|
||||
linkType="navigation"
|
||||
<textLink
|
||||
class="underlined-text cancel-link mt-5"
|
||||
linkType="text"
|
||||
text="No, I want to cancel"
|
||||
href="#"
|
||||
@clickEvent="cancelClaim" />
|
||||
<textBlock
|
||||
<textBlock
|
||||
class="mt-5"
|
||||
v-if="isDisclaimerVisible"
|
||||
:customText="disclaimerText"
|
||||
typeStyle="caption" />
|
||||
|
|
@ -541,6 +541,10 @@ export default {
|
|||
.underlined-text {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.cancel-link {
|
||||
display: block;
|
||||
margin: 24px auto 0 auto;
|
||||
}
|
||||
:deep(.body-text > ol > ul) {
|
||||
list-style-position: outside;
|
||||
list-style-type: disc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue