Merge pull request #2799 from Safelite/feature/bugfix/CASH-1062
CASH-1062: HTML and CSS fixes
This commit is contained in:
commit
a2716a5de9
1 changed files with 9 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
@back-clicked="backButtonAction"
|
||||
@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>
|
||||
|
|
@ -265,8 +265,14 @@ export default {
|
|||
.vinlookupquestion p {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.header-sub-copy {
|
||||
font-size: 0.875rem;
|
||||
.funnel-sub-header {
|
||||
padding-bottom: 0;
|
||||
h5.dark-header {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.sub-text strong {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
.select-an-option {
|
||||
|
|
|
|||
Loading…
Reference in a new issue