Move alert down below text
This commit is contained in:
parent
0672947d5a
commit
f0e294a928
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,5 @@
|
|||
<template>
|
||||
<div class="service-location">
|
||||
<alert
|
||||
v-if="displayRecalibrationWarning"
|
||||
ref="alertRecalNoMobile"
|
||||
cmsWidgetName="AlertRecalNoMobileWidget"
|
||||
alertClass="alert-warning"
|
||||
@textLinkClicked="openModalAction" />
|
||||
<alert
|
||||
v-if="displayBigTruckNoShops"
|
||||
ref="alertBigTruckNoShops"
|
||||
|
|
@ -19,6 +13,12 @@
|
|||
<span
|
||||
v-if="!requiresInshopRecalibration">{{ appointmentQuestionText }}</span>
|
||||
</div>
|
||||
<alert
|
||||
v-if="displayRecalibrationWarning"
|
||||
ref="alertRecalNoMobile"
|
||||
cmsWidgetName="AlertRecalNoMobileWidget"
|
||||
alertClass="alert-warning"
|
||||
@textLinkClicked="openModalAction" />
|
||||
<alert
|
||||
v-if="displayServiceableInshopOnly"
|
||||
ref="alertInshopOnly"
|
||||
|
|
@ -619,7 +619,7 @@ $page-side-padding: 1.5rem;
|
|||
}
|
||||
}
|
||||
div.alert {
|
||||
margin-top: 0.625rem;
|
||||
margin-top: 1.25rem;
|
||||
|
||||
&.widget-name-AlertLowAvailabilityInshopWidget {
|
||||
@include media-breakpoint-up(xs) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue