Merge pull request #2842 from Safelite/feature/CASH-1511
Feature/CASH-1511
This commit is contained in:
commit
0a52458b03
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,9 @@
|
|||
</div>
|
||||
<div class="row appointment-type">
|
||||
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
||||
<funnelSubHeader cmsWidgetName="ScheduleYourServiceWidget" class="mb-5" />
|
||||
<funnelSubHeader
|
||||
cmsWidgetName="ScheduleYourServiceWidget"
|
||||
id="schedule-your-service" />
|
||||
<appointmentTypeQuestion
|
||||
v-model="appointmentTypeFromAppointmentTypeQuestion"
|
||||
v-show="isAppointmentTypeDisplayed"
|
||||
|
|
@ -1854,7 +1856,7 @@ export default {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
:deep(.funnel-sub-header:not(.mb-5)) {
|
||||
:deep(.funnel-sub-header:not(#schedule-your-service)) {
|
||||
h5.dark-header {
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue