@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.53",
3
+ "version": "1.1.0-beta.54",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,13 +12,12 @@
12
12
  <b-carousel-slide
13
13
  v-for="item in filteredCarouselItems"
14
14
  :key="item.id"
15
- :text="item.content"
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,
@@ -138,11 +138,6 @@ even though the component itself is no longer imported. -->
138
138
  }
139
139
 
140
140
  :deep(.wcl-cta) {
141
- @include mq('mm') {
142
- &:first-of-type {
143
- margin-top: 32px;
144
- }
145
- }
146
141
 
147
142
  margin-left: 0 !important;
148
143