fix value, remove underline from modal link
This commit is contained in:
parent
6854a2b489
commit
0bc3f780fc
1 changed files with 4 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ export default {
|
||||||
return this.getTextFromCmsWithCustomIfStatements(
|
return this.getTextFromCmsWithCustomIfStatements(
|
||||||
this.widget.explanatoryText,
|
this.widget.explanatoryText,
|
||||||
widgetFields.CONTENT_GROUP_WIDGET.BODY_TEXT_2
|
widgetFields.CONTENT_GROUP_WIDGET.BODY_TEXT_2
|
||||||
)?.replaceAll('{custom:currentReplaceDeductible}', formatAmountInDollars(this.mainStore.currentDeductible));
|
)?.replaceAll('{custom:currentReplaceDeductible}', formatAmountInDollars(this.mainStore.order.currentDeductible.replace));
|
||||||
},
|
},
|
||||||
nextStepsHeader() {
|
nextStepsHeader() {
|
||||||
return this.getTextFromCmsWithCustomIfStatements(
|
return this.getTextFromCmsWithCustomIfStatements(
|
||||||
|
|
@ -533,6 +533,9 @@ export default {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
:deep(.question-text) {
|
:deep(.question-text) {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue