Merge pull request #838 from Safelite/defect/CSR-959
CSR-959 Fix vin info link styling
This commit is contained in:
commit
f23642954a
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<div class="vin-information">
|
||||
<div
|
||||
class="vin-toggle d-inline-flex mt-2"
|
||||
:class="[isActive ? 'active' : '']"
|
||||
@click="toggleClass()">
|
||||
<div class="vin-toggle mt-2" :class="[isActive ? 'active' : '']" @click="toggleClass()">
|
||||
<textLink linkType="text" href="#!" :text="WhereCanIFindMyVINHeadline" />
|
||||
</div>
|
||||
<div class="vin-info">
|
||||
|
|
|
|||
Loading…
Reference in a new issue