CASH-1062: HTML and CSS fixes
This commit is contained in:
parent
bff216731a
commit
3dba52f27e
1 changed files with 9 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
@back-clicked="backButtonAction"
|
@back-clicked="backButtonAction"
|
||||||
@ForwardClicked="forwardButtonAction" />
|
@ForwardClicked="forwardButtonAction" />
|
||||||
|
|
||||||
<div class="text-center" v-html="this.VinLookupQuestionFooterText2"></div>
|
<div class="text-center mb-5" v-html="this.VinLookupQuestionFooterText2"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -265,8 +265,14 @@ export default {
|
||||||
.vinlookupquestion p {
|
.vinlookupquestion p {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
.header-sub-copy {
|
.funnel-sub-header {
|
||||||
font-size: 0.875rem;
|
padding-bottom: 0;
|
||||||
|
h5.dark-header {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
.sub-text strong {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-an-option {
|
.select-an-option {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue