@asd20/ui 3.2.712 → 3.2.714

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.712",
8
+ "version": "3.2.714",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -225,7 +225,7 @@ export default {
225
225
  .asd20-button {
226
226
  flex-grow: 1;
227
227
  max-width: 35vw;
228
- font-size: 0.875rem !important;
228
+ font-size: 1rem !important;
229
229
  background-color: var(
230
230
  --website-header__button-background-color,
231
231
  var(--color__accent)
@@ -234,7 +234,7 @@ export default {
234
234
  margin: space(0.5) 0 0;
235
235
  flex-grow: 1;
236
236
  max-width: 100%;
237
- font-size: 0.875rem !important;
237
+ font-size: 1rem !important;
238
238
  background-color: var(
239
239
  --website-header__button-background-color,
240
240
  var(--color__accent)
@@ -48,8 +48,8 @@ export default {
48
48
  // padding-top: space(1);
49
49
  // margin-top: space(-1);
50
50
  img {
51
- width: 100%;
52
- height: 200px;
51
+ width: 100% !important;
52
+ height: 200px !important;
53
53
  }
54
54
  }
55
55
  &::v-deep .asd20-messaging__heading {
@@ -146,7 +146,7 @@ export default {
146
146
  padding: space(1);
147
147
  }
148
148
  &::v-deep .message-image img {
149
- height: 300px;
149
+ height: 300px !important;
150
150
  }
151
151
  }
152
152
  }