@asd20/ui 3.2.896 → 3.2.898

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.896",
8
+ "version": "3.2.898",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -230,7 +230,7 @@ export default {
230
230
  flex-direction: column;
231
231
  align-items: center;
232
232
  justify-content: flex-start;
233
- background: transparent;
233
+ background: var(--website-menu__background-color);
234
234
  &::after {
235
235
  content: '';
236
236
  display: block;
@@ -316,8 +316,12 @@ export default {
316
316
  margin: space(0.25) 0 0 space(0.5);
317
317
  }
318
318
  }
319
- ::v-deep .asd20-checkbox label {
320
- padding: space(0.5) space(1);
319
+ ::v-deep .asd20-checkbox {
320
+ justify-content: flex-end;
321
+ label {
322
+ padding: space(0.5) space(1);
323
+ flex-grow: 0;
324
+ }
321
325
  }
322
326
  }
323
327
  @media (min-width: 768px) {