@asd20/ui 3.2.400 → 3.2.401
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 +1 -9
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +1 -9
- package/src/components/templates/Asd20ArticleTemplate/index.vue +1 -9
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +1 -10
- package/src/components/templates/Asd20DetailTemplate/index.vue +1 -9
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +1 -9
- package/src/components/templates/Asd20LoginsTemplate/index.vue +7 -13
- package/src/components/templates/Asd20ProfileTemplate/index.vue +1 -9
- package/src/components/templates/Asd20SalaryCalculatorTemplate/index.vue +1 -10
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +1 -10
package/package.json
CHANGED
|
@@ -376,7 +376,7 @@ export default {
|
|
|
376
376
|
margin-top: space(2.25);
|
|
377
377
|
.asd20-notification-group--floating {
|
|
378
378
|
position: absolute;
|
|
379
|
-
top: space(
|
|
379
|
+
top: space(2);
|
|
380
380
|
.bell {
|
|
381
381
|
z-index: 1000;
|
|
382
382
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -437,14 +437,6 @@ export default {
|
|
|
437
437
|
margin-left: 0;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
@media (min-width: 470px) {
|
|
441
|
-
.asd20-template-article-digest {
|
|
442
|
-
.asd20-notification-group--floating {
|
|
443
|
-
position: absolute;
|
|
444
|
-
top: space(2);
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
440
|
|
|
449
441
|
@media (min-width: 1024px) {
|
|
450
442
|
.asd20-template-article-digest {
|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
377
377
|
margin-top: space(2.25);
|
|
378
378
|
.asd20-notification-group--floating {
|
|
379
379
|
position: absolute;
|
|
380
|
-
top: space(
|
|
380
|
+
top: space(2);
|
|
381
381
|
.bell {
|
|
382
382
|
z-index: 1000;
|
|
383
383
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -454,14 +454,6 @@ export default {
|
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
@media (min-width: 470px) {
|
|
458
|
-
.asd20-template-article-list {
|
|
459
|
-
.asd20-notification-group--floating {
|
|
460
|
-
position: absolute;
|
|
461
|
-
top: space(2);
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
457
|
|
|
466
458
|
@media (min-width: 1024px) {
|
|
467
459
|
.asd20-template-article-list {
|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
184
184
|
margin-top: space(2.25);
|
|
185
185
|
.asd20-notification-group--floating {
|
|
186
186
|
position: absolute;
|
|
187
|
-
top: space(
|
|
187
|
+
top: space(2);
|
|
188
188
|
.bell {
|
|
189
189
|
z-index: 1000;
|
|
190
190
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -206,14 +206,6 @@ export default {
|
|
|
206
206
|
padding: space(1) 0;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
@media (min-width: 470px) {
|
|
210
|
-
.asd20-template-article {
|
|
211
|
-
.asd20-notification-group--floating {
|
|
212
|
-
position: absolute;
|
|
213
|
-
top: space(2);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
209
|
|
|
218
210
|
@media (min-width: 1024px) {
|
|
219
211
|
.asd20-template-article {
|
|
@@ -199,7 +199,7 @@ export default {
|
|
|
199
199
|
margin-top: space(2.25);
|
|
200
200
|
.asd20-notification-group--floating {
|
|
201
201
|
position: absolute;
|
|
202
|
-
top: space(
|
|
202
|
+
top: space(2);
|
|
203
203
|
.bell {
|
|
204
204
|
z-index: 1000;
|
|
205
205
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -234,15 +234,6 @@ export default {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
@media (min-width: 470px) {
|
|
238
|
-
.asd20-template-detail-alternate {
|
|
239
|
-
.asd20-notification-group--floating {
|
|
240
|
-
position: absolute;
|
|
241
|
-
top: space(2);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
237
|
@media (min-width: 1024px) {
|
|
247
238
|
.asd20-template-detail-alternate {
|
|
248
239
|
@include template-desktop;
|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
184
184
|
margin-top: space(2.25);
|
|
185
185
|
.asd20-notification-group--floating {
|
|
186
186
|
position: absolute;
|
|
187
|
-
top: space(
|
|
187
|
+
top: space(2);
|
|
188
188
|
.bell {
|
|
189
189
|
z-index: 1000;
|
|
190
190
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -197,14 +197,6 @@ export default {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
@media (min-width: 470px) {
|
|
201
|
-
.asd20-template-detail {
|
|
202
|
-
.asd20-notification-group--floating {
|
|
203
|
-
position: absolute;
|
|
204
|
-
top: space(2);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
200
|
|
|
209
201
|
@media (min-width: 1024px) {
|
|
210
202
|
.asd20-template-detail {
|
|
@@ -172,7 +172,7 @@ export default {
|
|
|
172
172
|
margin-top: space(2.25);
|
|
173
173
|
.asd20-notification-group--floating {
|
|
174
174
|
position: absolute;
|
|
175
|
-
top: space(
|
|
175
|
+
top: space(2);
|
|
176
176
|
.bell {
|
|
177
177
|
z-index: 1000;
|
|
178
178
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -194,14 +194,6 @@ export default {
|
|
|
194
194
|
padding: space(0) space(0);
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
@media (min-width: 470px) {
|
|
198
|
-
.asd20-template-file-list {
|
|
199
|
-
.asd20-notification-group--floating {
|
|
200
|
-
position: absolute;
|
|
201
|
-
top: space(2);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
197
|
|
|
206
198
|
@media (min-width: 1024px) {
|
|
207
199
|
.asd20-template-file-list {
|
|
@@ -292,19 +292,13 @@ export default {
|
|
|
292
292
|
.asd20-page-header {
|
|
293
293
|
margin-bottom: space(0) !important;
|
|
294
294
|
.asd20-page-header__tools {
|
|
295
|
-
|
|
296
|
-
.right {
|
|
297
|
-
order: 2;
|
|
298
|
-
}
|
|
299
|
-
.asd20-breadcrumb {
|
|
300
|
-
order: 1;
|
|
301
|
-
}
|
|
295
|
+
|
|
302
296
|
}
|
|
303
297
|
}
|
|
304
298
|
.notification-group--floating {
|
|
305
299
|
position: absolute;
|
|
306
300
|
right: space(0.85);
|
|
307
|
-
top: space(
|
|
301
|
+
top: space(2);
|
|
308
302
|
.bell {
|
|
309
303
|
z-index: 1000;
|
|
310
304
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -339,11 +333,11 @@ export default {
|
|
|
339
333
|
}
|
|
340
334
|
@media (min-width: 450px) {
|
|
341
335
|
.asd20-template-logins {
|
|
342
|
-
.notification-group--floating {
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
336
|
+
// .notification-group--floating {
|
|
337
|
+
// position: absolute;
|
|
338
|
+
// right: space(0.85);
|
|
339
|
+
// top: space(4.25);
|
|
340
|
+
// }
|
|
347
341
|
.logins-list {
|
|
348
342
|
display: flex;
|
|
349
343
|
flex-direction: row;
|
|
@@ -446,7 +446,7 @@ export default {
|
|
|
446
446
|
margin-top: space(2.25);
|
|
447
447
|
.asd20-notification-group--floating {
|
|
448
448
|
position: absolute;
|
|
449
|
-
top: space(
|
|
449
|
+
top: space(2);
|
|
450
450
|
.bell {
|
|
451
451
|
z-index: 1000;
|
|
452
452
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -526,14 +526,6 @@ export default {
|
|
|
526
526
|
color: asd20-swatch('primary');
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
@media (min-width: 470px) {
|
|
530
|
-
.asd20-template-profile {
|
|
531
|
-
.asd20-notification-group--floating {
|
|
532
|
-
position: absolute;
|
|
533
|
-
top: space(2);
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
529
|
|
|
538
530
|
@media (min-width: 1024px) {
|
|
539
531
|
.asd20-template-profile {
|
|
@@ -669,7 +669,7 @@ export default {
|
|
|
669
669
|
margin-top: space(2.25);
|
|
670
670
|
.asd20-notification-group--floating {
|
|
671
671
|
position: absolute;
|
|
672
|
-
top: space(
|
|
672
|
+
top: space(2);
|
|
673
673
|
.bell {
|
|
674
674
|
z-index: 1000;
|
|
675
675
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -695,15 +695,6 @@ export default {
|
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
697
|
|
|
698
|
-
@media (min-width: 470px) {
|
|
699
|
-
.asd20-salary-calculator-template {
|
|
700
|
-
.asd20-notification-group--floating {
|
|
701
|
-
position: absolute;
|
|
702
|
-
top: space(2);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
|
|
707
698
|
@media (min-width: 1024px) {
|
|
708
699
|
.asd20-salary-calculator-template {
|
|
709
700
|
@include template-desktop;
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
192
192
|
margin-top: space(2.25);
|
|
193
193
|
.asd20-notification-group--floating {
|
|
194
194
|
position: absolute;
|
|
195
|
-
top: space(
|
|
195
|
+
top: space(2);
|
|
196
196
|
.bell {
|
|
197
197
|
z-index: 1000;
|
|
198
198
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -206,15 +206,6 @@ export default {
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
@media (min-width: 470px) {
|
|
210
|
-
.asd20-template-wayfinding {
|
|
211
|
-
.asd20-notification-group--floating {
|
|
212
|
-
position: absolute;
|
|
213
|
-
top: space(2);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
209
|
@media (min-width: 1024px) {
|
|
219
210
|
.asd20-template-wayfinding {
|
|
220
211
|
.asd20-notification-group--floating {
|