@asd20/ui 3.2.758 → 3.2.760

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.758",
8
+ "version": "3.2.760",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -63,7 +63,8 @@ export default {
63
63
  }
64
64
  hr {
65
65
  margin-top: 0;
66
- padding: 0 0 0.25rem 0;
66
+ padding: 0;
67
+ border-top: 1px solid white;
67
68
  }
68
69
  }
69
70
  }
@@ -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 {