@asd20/ui 3.2.839 → 3.2.840

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.839",
8
+ "version": "3.2.840",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -57,7 +57,6 @@ export default {
57
57
  classes[`asd20-logo--reversed`] = this.reversed
58
58
  classes[`asd20-logo--wrappable`] = this.wrappable
59
59
  classes[`asd20-logo--noSubtitle`] = !this.subtitle
60
- classes[`asd20-logo--emptyNav`] = this.title === "Academy District 20 Insider"
61
60
  return classes
62
61
  },
63
62
  abbreviatedTitle() {
@@ -201,9 +200,6 @@ export default {
201
200
  font-size: 1rem;
202
201
  padding: 0.5rem 0;
203
202
  }
204
- &--emptyNav {
205
- margin-left: space(1);
206
- }
207
203
  }
208
204
 
209
205
  @media (min-width: 768px) {
@@ -214,6 +214,11 @@ export default {
214
214
  flex-shrink: 0;
215
215
  overflow-y: auto;
216
216
  margin-top: space(2.25);
217
+ nav {
218
+ .asd20-picker {
219
+ margin-left: space(1);
220
+ }
221
+ }
217
222
  .logo-header {
218
223
  --fill-one: rgba(255, 255, 255, 1);
219
224
  --fill-two: rgba(255, 255, 255, 0.625);