@asd20/ui 3.2.406 → 3.2.407
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 +1 -1
- package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +2 -2
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +2 -2
- package/src/components/templates/Asd20ArticleTemplate/index.vue +2 -2
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +2 -2
- package/src/components/templates/Asd20DetailTemplate/index.vue +2 -2
- package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +2 -2
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +2 -2
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +2 -2
- package/src/components/templates/Asd20LoginsTemplate/index.vue +2 -2
- package/src/components/templates/Asd20ProfileTemplate/index.vue +2 -2
- package/src/components/templates/Asd20SalaryCalculatorTemplate/index.vue +2 -2
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +2 -2
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +2 -2
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +2 -2
package/package.json
CHANGED
|
@@ -380,10 +380,10 @@ export default {
|
|
|
380
380
|
.bell {
|
|
381
381
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
382
382
|
svg {
|
|
383
|
-
fill: var(--color__accent);
|
|
383
|
+
fill: var(--color__accent) !important;
|
|
384
384
|
}
|
|
385
385
|
span {
|
|
386
|
-
background: var(--color__accent);
|
|
386
|
+
background: var(--color__accent) !important;
|
|
387
387
|
top: inherit !important;
|
|
388
388
|
right: inherit !important;
|
|
389
389
|
width: 1.2rem !important;
|
|
@@ -381,10 +381,10 @@ export default {
|
|
|
381
381
|
.bell {
|
|
382
382
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
383
383
|
svg {
|
|
384
|
-
fill: var(--color__accent);
|
|
384
|
+
fill: var(--color__accent) !important;
|
|
385
385
|
}
|
|
386
386
|
span {
|
|
387
|
-
background: var(--color__accent);
|
|
387
|
+
background: var(--color__accent) !important;
|
|
388
388
|
top: inherit !important;
|
|
389
389
|
right: inherit !important;
|
|
390
390
|
width: 1.2rem !important;
|
|
@@ -188,10 +188,10 @@ export default {
|
|
|
188
188
|
.bell {
|
|
189
189
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
190
190
|
svg {
|
|
191
|
-
fill: var(--color__accent);
|
|
191
|
+
fill: var(--color__accent) !important;
|
|
192
192
|
}
|
|
193
193
|
span {
|
|
194
|
-
background: var(--color__accent);
|
|
194
|
+
background: var(--color__accent) !important;
|
|
195
195
|
top: inherit !important;
|
|
196
196
|
right: inherit !important;
|
|
197
197
|
width: 1.2rem !important;
|
|
@@ -203,10 +203,10 @@ export default {
|
|
|
203
203
|
.bell {
|
|
204
204
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
205
205
|
svg {
|
|
206
|
-
fill: var(--color__accent);
|
|
206
|
+
fill: var(--color__accent) !important;
|
|
207
207
|
}
|
|
208
208
|
span {
|
|
209
|
-
background: var(--color__accent);
|
|
209
|
+
background: var(--color__accent) !important;
|
|
210
210
|
top: inherit !important;
|
|
211
211
|
right: inherit !important;
|
|
212
212
|
width: 1.2rem !important;
|
|
@@ -188,10 +188,10 @@ export default {
|
|
|
188
188
|
.bell {
|
|
189
189
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
190
190
|
svg {
|
|
191
|
-
fill: var(--color__accent);
|
|
191
|
+
fill: var(--color__accent) !important;
|
|
192
192
|
}
|
|
193
193
|
span {
|
|
194
|
-
background: var(--color__accent);
|
|
194
|
+
background: var(--color__accent) !important;
|
|
195
195
|
top: inherit !important;
|
|
196
196
|
right: inherit !important;
|
|
197
197
|
width: 1.2rem !important;
|
|
@@ -301,10 +301,10 @@ export default {
|
|
|
301
301
|
.bell {
|
|
302
302
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
303
303
|
svg {
|
|
304
|
-
fill: var(--color__accent);
|
|
304
|
+
fill: var(--color__accent) !important;
|
|
305
305
|
}
|
|
306
306
|
span {
|
|
307
|
-
background: var(--color__accent);
|
|
307
|
+
background: var(--color__accent) !important;
|
|
308
308
|
top: inherit !important;
|
|
309
309
|
right: inherit !important;
|
|
310
310
|
width: 1.2rem !important;
|
|
@@ -171,10 +171,10 @@ export default {
|
|
|
171
171
|
.bell {
|
|
172
172
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
173
173
|
svg {
|
|
174
|
-
fill: var(--color__accent);
|
|
174
|
+
fill: var(--color__accent) !important;
|
|
175
175
|
}
|
|
176
176
|
span {
|
|
177
|
-
background: var(--color__accent);
|
|
177
|
+
background: var(--color__accent) !important;
|
|
178
178
|
top: inherit !important;
|
|
179
179
|
right: inherit !important;
|
|
180
180
|
width: 1.2rem !important;
|
|
@@ -176,10 +176,10 @@ export default {
|
|
|
176
176
|
.bell {
|
|
177
177
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
178
178
|
svg {
|
|
179
|
-
fill: var(--color__accent);
|
|
179
|
+
fill: var(--color__accent) !important;
|
|
180
180
|
}
|
|
181
181
|
span {
|
|
182
|
-
background: var(--color__accent);
|
|
182
|
+
background: var(--color__accent) !important;
|
|
183
183
|
top: inherit !important;
|
|
184
184
|
right: inherit !important;
|
|
185
185
|
width: 1.2rem !important;
|
|
@@ -301,10 +301,10 @@ export default {
|
|
|
301
301
|
.bell {
|
|
302
302
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
303
303
|
svg {
|
|
304
|
-
fill: var(--color__accent);
|
|
304
|
+
fill: var(--color__accent) !important;
|
|
305
305
|
}
|
|
306
306
|
span {
|
|
307
|
-
background: var(--color__accent);
|
|
307
|
+
background: var(--color__accent) !important;
|
|
308
308
|
top: inherit !important;
|
|
309
309
|
right: inherit !important;
|
|
310
310
|
width: 1.2rem !important;
|
|
@@ -450,10 +450,10 @@ export default {
|
|
|
450
450
|
.bell {
|
|
451
451
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
452
452
|
svg {
|
|
453
|
-
fill: var(--color__accent);
|
|
453
|
+
fill: var(--color__accent) !important;
|
|
454
454
|
}
|
|
455
455
|
span {
|
|
456
|
-
background: var(--color__accent);
|
|
456
|
+
background: var(--color__accent) !important;
|
|
457
457
|
top: inherit !important;
|
|
458
458
|
right: inherit !important;
|
|
459
459
|
width: 1.2rem !important;
|
|
@@ -673,10 +673,10 @@ export default {
|
|
|
673
673
|
.bell {
|
|
674
674
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
675
675
|
svg {
|
|
676
|
-
fill: var(--color__accent);
|
|
676
|
+
fill: var(--color__accent) !important;
|
|
677
677
|
}
|
|
678
678
|
span {
|
|
679
|
-
background: var(--color__accent);
|
|
679
|
+
background: var(--color__accent) !important;
|
|
680
680
|
top: inherit !important;
|
|
681
681
|
right: inherit !important;
|
|
682
682
|
width: 1.2rem !important;
|
|
@@ -211,10 +211,10 @@ export default {
|
|
|
211
211
|
.bell {
|
|
212
212
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
213
213
|
svg {
|
|
214
|
-
fill: var(--color__accent);
|
|
214
|
+
fill: var(--color__accent) !important;
|
|
215
215
|
}
|
|
216
216
|
span {
|
|
217
|
-
background: var(--color__accent);
|
|
217
|
+
background: var(--color__accent) !important;
|
|
218
218
|
top: inherit !important;
|
|
219
219
|
right: inherit !important;
|
|
220
220
|
width: 1.2rem !important;
|
|
@@ -210,10 +210,10 @@ export default {
|
|
|
210
210
|
.bell {
|
|
211
211
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
212
212
|
svg {
|
|
213
|
-
fill: var(--color__accent);
|
|
213
|
+
fill: var(--color__accent) !important;
|
|
214
214
|
}
|
|
215
215
|
span {
|
|
216
|
-
background: var(--color__accent);
|
|
216
|
+
background: var(--color__accent) !important;
|
|
217
217
|
top: inherit !important;
|
|
218
218
|
right: inherit !important;
|
|
219
219
|
width: 1.2rem !important;
|
|
@@ -196,10 +196,10 @@ export default {
|
|
|
196
196
|
.bell {
|
|
197
197
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
198
198
|
svg {
|
|
199
|
-
fill: var(--color__accent);
|
|
199
|
+
fill: var(--color__accent) !important;
|
|
200
200
|
}
|
|
201
201
|
span {
|
|
202
|
-
background: var(--color__accent);
|
|
202
|
+
background: var(--color__accent) !important;
|
|
203
203
|
top: inherit !important;
|
|
204
204
|
right: inherit !important;
|
|
205
205
|
width: 1.2rem !important;
|