@asd20/ui 3.2.838 → 3.2.839
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
|
@@ -57,6 +57,7 @@ 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"
|
|
60
61
|
return classes
|
|
61
62
|
},
|
|
62
63
|
abbreviatedTitle() {
|
|
@@ -200,6 +201,9 @@ export default {
|
|
|
200
201
|
font-size: 1rem;
|
|
201
202
|
padding: 0.5rem 0;
|
|
202
203
|
}
|
|
204
|
+
&--emptyNav {
|
|
205
|
+
margin-left: space(1);
|
|
206
|
+
}
|
|
203
207
|
}
|
|
204
208
|
|
|
205
209
|
@media (min-width: 768px) {
|
|
@@ -214,11 +214,6 @@ 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
|
-
}
|
|
222
217
|
.logo-header {
|
|
223
218
|
--fill-one: rgba(255, 255, 255, 1);
|
|
224
219
|
--fill-two: rgba(255, 255, 255, 0.625);
|