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