@worksafevictoria/wcl7.5 1.1.0-beta.67 → 1.1.0-beta.69

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.67",
3
+ "version": "1.1.0-beta.69",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  >
9
9
  <template v-slot:content>
10
10
  <row align-v="center">
11
- <column sm="5" :order="flip ? 2 : 1">
11
+ <column class="wcl-media-text__image" sm="5" :order="flip ? 2 : 1">
12
12
  <media-image
13
13
  v-if="mediaType === 'image' && image"
14
14
  :image-alt="image && image.alt ? image.alt : ''"
@@ -135,6 +135,10 @@ export default {
135
135
  }
136
136
  }
137
137
 
138
+ &__image {
139
+ flex: 0 0 36%;
140
+ }
141
+
138
142
  &.hideImageMob {
139
143
  @include mq('xs') {
140
144
  img {
@@ -16,11 +16,11 @@ h6,
16
16
  .h4,
17
17
  .h5,
18
18
  .h6 {
19
- font-weight: 700;
19
+ font-weight: 700 !important;
20
20
  }
21
21
 
22
22
  a {
23
- color: inherit;
23
+ color: inherit !important;
24
24
  text-decoration: underline;
25
25
  }
26
26