CASH-1326 format code.
This commit is contained in:
parent
af9a07b6e2
commit
9e4e0436fb
2 changed files with 9 additions and 10 deletions
|
|
@ -15,7 +15,9 @@
|
||||||
v-show="shouldShowWebchatButton"
|
v-show="shouldShowWebchatButton"
|
||||||
v-on:click="webchatClicked"
|
v-on:click="webchatClicked"
|
||||||
type="button"
|
type="button"
|
||||||
class="chat-button"><span>Chat Now</span></button>
|
class="chat-button">
|
||||||
|
<span>Chat Now</span>
|
||||||
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
|
|
@ -239,9 +241,9 @@ export default {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
font-size: .875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-family: 'UrbanistSemibold';
|
font-family: "UrbanistSemibold";
|
||||||
color: $blue;
|
color: $blue;
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
|
|
|
||||||
|
|
@ -39,10 +39,7 @@
|
||||||
<span class="dot4"></span>
|
<span class="dot4"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex flex-column justify-content-between">
|
<div class="d-flex flex-column justify-content-between">
|
||||||
<div
|
<div class="step-containers" v-for="step in steps" :key="step.number">
|
||||||
class="step-containers"
|
|
||||||
v-for="step in steps"
|
|
||||||
:key="step.number">
|
|
||||||
<span class="step-number">Step {{ step.number }} of 4</span>
|
<span class="step-number">Step {{ step.number }} of 4</span>
|
||||||
<br />
|
<br />
|
||||||
<span
|
<span
|
||||||
|
|
@ -104,9 +101,9 @@ export default {
|
||||||
{ number: 1, name: "Vehicle" },
|
{ number: 1, name: "Vehicle" },
|
||||||
{ number: 2, name: "Quote" },
|
{ number: 2, name: "Quote" },
|
||||||
{ number: 3, name: "Schedule" },
|
{ number: 3, name: "Schedule" },
|
||||||
{ number: 4, name: "Review" }
|
{ number: 4, name: "Review" },
|
||||||
];
|
];
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
progressBar,
|
progressBar,
|
||||||
|
|
@ -121,7 +118,7 @@ export default {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: .875rem;
|
font-size: 0.875rem;
|
||||||
&.menu-button {
|
&.menu-button {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue