@asd20/ui 3.2.495 → 3.2.496

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.495",
8
+ "version": "3.2.496",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -54,6 +54,7 @@ export default {
54
54
  classes[`asd20-logo--bordered`] = this.bordered
55
55
  classes[`asd20-logo--reversed`] = this.reversed
56
56
  classes[`asd20-logo--wrappable`] = this.wrappable
57
+ classes[`asd20-logo--noSubtitle`] = !this.subtitle
57
58
  return classes
58
59
  },
59
60
  abbreviatedTitle() {
@@ -174,6 +175,9 @@ export default {
174
175
  white-space: normal;
175
176
  }
176
177
  }
178
+ &--noSubtitle {
179
+ align-items: center;
180
+ }
177
181
  &--md {
178
182
  font-size: 1.5rem;
179
183
  }