@worksafevictoria/wcl7.5 1.1.0-beta.53 → 1.1.0-beta.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12,13 +12,12 @@
|
|
|
12
12
|
<b-carousel-slide
|
|
13
13
|
v-for="item in filteredCarouselItems"
|
|
14
14
|
:key="item.id"
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
:img-src="item.image"
|
|
17
17
|
@click.prevent="handleClick(item.link)"
|
|
18
18
|
>
|
|
19
|
+
<h4>{{ item.content}}</h4>
|
|
19
20
|
</b-carousel-slide>
|
|
20
|
-
|
|
21
|
-
|
|
22
21
|
</b-carousel>
|
|
23
22
|
</div>
|
|
24
23
|
</template>
|
|
@@ -140,6 +139,7 @@ export default {
|
|
|
140
139
|
left: 0;
|
|
141
140
|
right: 20%;
|
|
142
141
|
text-align: left;
|
|
142
|
+
text-decoration: underline;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.carousel-control-next,
|