@asd20/ui 3.2.757 → 3.2.759

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.757",
8
+ "version": "3.2.759",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -148,8 +148,9 @@ export default {
148
148
  opacity: 0.75;
149
149
  text-align: justify;
150
150
  hr {
151
- margin: 0;
152
- padding: 0 0 0.5rem;
151
+ margin: 0.25rem 0;
152
+ padding: 0;
153
+ border-top: 1px solid var(--logo-subtitle-color);
153
154
  }
154
155
  }
155
156
  &--bordered {
@@ -231,7 +231,7 @@ export default {
231
231
  }
232
232
  &::v-deep .asd20-logo__image {
233
233
  height: 5rem;
234
- margin-bottom: space(0.5);
234
+ // margin-bottom: space(0.5);
235
235
  }
236
236
  }
237
237
  img {
@@ -341,7 +341,7 @@ export default {
341
341
  grid-row: 2 / 3;
342
342
  width: auto;
343
343
  top: -2.125%;
344
- width: min-content;
344
+ // width: min-content;
345
345
  }
346
346
  &::v-deep .asd20-district-logo {
347
347
  position: relative;
@@ -363,7 +363,7 @@ export default {
363
363
  grid-row: 2 / 3;
364
364
  display: flex;
365
365
  justify-content: space-between;
366
- padding: 0 0 space(2) space(0.5);
366
+ padding-bottom: space(2);
367
367
  img {
368
368
  margin-top: space(-1);
369
369
  max-width: 12rem;