@asd20/ui 3.2.762 → 3.2.764

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.762",
8
+ "version": "3.2.764",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -2,7 +2,7 @@
2
2
  <a
3
3
  :href="link"
4
4
  class="asd20-district-logo"
5
- aria-label="Academy District 20 Home"
5
+ aria-label="Academy District 20 Home - We educate and inspire students to thrive."
6
6
  alt="The Academy District 20 logo."
7
7
  >
8
8
  <svg viewBox="0 0 460.94 62.52">
@@ -238,7 +238,7 @@ export default {
238
238
  }
239
239
 
240
240
  &--condensed {
241
- padding: space(0.125);
241
+ padding: space(0.1875);
242
242
  }
243
243
 
244
244
  &--checked {
@@ -100,6 +100,7 @@ export default {
100
100
  width: 100%;
101
101
  z-index: -1;
102
102
  object-fit: cover;
103
+ order: 2;
103
104
  }
104
105
  & ::v-deep .notification-group--status .notifications {
105
106
  padding: 0.1875em;
@@ -117,10 +118,6 @@ export default {
117
118
  justify-content: space-between;
118
119
  align-items: center;
119
120
  margin: 0 0.5rem;
120
- img {
121
- order: 2;
122
- }
123
-
124
121
  & ::v-deep .notification-group--status {
125
122
  .asd20-notification {
126
123
  margin: 0;
@@ -129,7 +126,6 @@ export default {
129
126
  flex-direction: row;
130
127
  }
131
128
  }
132
-
133
129
  & ::v-deep .notification-group--floating {
134
130
  margin-right: 0;
135
131
  }
@@ -213,10 +209,10 @@ export default {
213
209
  position: absolute;
214
210
  padding: space(0.5) space(0);
215
211
  }
216
- .hide-background-image {
212
+ .background-image {
217
213
  order: 0;
218
214
  }
219
- img {
215
+ .hide-background-image {
220
216
  order: 0;
221
217
  }
222
218
  }