@asd20/ui 3.2.445 → 3.2.446
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
|
@@ -328,10 +328,6 @@ export default {
|
|
|
328
328
|
padding-right: 0;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
|
|
332
|
-
&::v-deep .asd20-notification-group--floating {
|
|
333
|
-
margin-left: space(1);
|
|
334
|
-
}
|
|
335
331
|
}
|
|
336
332
|
|
|
337
333
|
&__content {
|
|
@@ -549,7 +545,7 @@ export default {
|
|
|
549
545
|
}
|
|
550
546
|
}
|
|
551
547
|
&__title-content {
|
|
552
|
-
max-width:
|
|
548
|
+
max-width: 60%;
|
|
553
549
|
}
|
|
554
550
|
&__call-to-action {
|
|
555
551
|
margin: space(-1) 60vw space(-1) space(3);
|
|
@@ -137,31 +137,35 @@ export default {
|
|
|
137
137
|
--fill-one: rgba(255, 255, 255, 1);
|
|
138
138
|
--fill-two: rgba(255, 255, 255, 0.625);
|
|
139
139
|
|
|
140
|
-
position:
|
|
140
|
+
position: absolute;
|
|
141
141
|
z-index: 101;
|
|
142
|
-
background: white;
|
|
142
|
+
// background: white;
|
|
143
143
|
display: flex;
|
|
144
|
-
justify-content:
|
|
144
|
+
justify-content: flex-end;
|
|
145
145
|
flex-direction: row;
|
|
146
146
|
align-items: center;
|
|
147
147
|
padding: space(0.25) space(0.5);
|
|
148
|
-
|
|
148
|
+
margin-top: space(0.5);
|
|
149
|
+
width: 95vw;
|
|
149
150
|
&::v-deep .asd20-picker {
|
|
150
151
|
display: none;
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
&::v-deep .notification-group--status {
|
|
154
155
|
// margin-left: 0.5rem;
|
|
155
|
-
.asd20-notification {
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
// .asd20-notification {
|
|
157
|
+
// margin: 0;
|
|
158
|
+
// padding: 0 !important;
|
|
159
|
+
// }
|
|
160
|
+
.notifications {
|
|
161
|
+
border-radius: space(0.5);
|
|
158
162
|
}
|
|
159
163
|
}
|
|
160
164
|
&::v-deep .asd20-schedule-indicator {
|
|
161
165
|
margin-left: 1rem;
|
|
162
166
|
}
|
|
163
167
|
&::v-deep .notification-group--floating {
|
|
164
|
-
margin-right:
|
|
168
|
+
margin-right: space(1.25);
|
|
165
169
|
.bell {
|
|
166
170
|
z-index: 1000;
|
|
167
171
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
@@ -188,6 +192,10 @@ export default {
|
|
|
188
192
|
z-index: 1;
|
|
189
193
|
}
|
|
190
194
|
|
|
195
|
+
&__content {
|
|
196
|
+
margin-top: space(2);
|
|
197
|
+
}
|
|
198
|
+
|
|
191
199
|
&__lead {
|
|
192
200
|
position: relative;
|
|
193
201
|
z-index: 1;
|
|
@@ -312,12 +320,14 @@ $max: 4rem;
|
|
|
312
320
|
}
|
|
313
321
|
|
|
314
322
|
&__top {
|
|
323
|
+
position: relative;
|
|
315
324
|
margin: 0;
|
|
316
325
|
padding: space(1) space(3) space(1) space(3);
|
|
317
326
|
grid-column: 1/-1;
|
|
318
327
|
grid-row: 1/7;
|
|
319
328
|
background: transparent;
|
|
320
329
|
justify-content: space-between;
|
|
330
|
+
width: inherit;
|
|
321
331
|
&::v-deep .asd20-picker {
|
|
322
332
|
display: flex;
|
|
323
333
|
}
|
|
@@ -333,9 +343,11 @@ $max: 4rem;
|
|
|
333
343
|
position: absolute;
|
|
334
344
|
right: space(3);
|
|
335
345
|
top: space(3.5);
|
|
346
|
+
margin-right: 0;
|
|
336
347
|
}
|
|
337
348
|
|
|
338
349
|
&__content {
|
|
350
|
+
margin-top: 0;
|
|
339
351
|
position: relative;
|
|
340
352
|
grid-column: 2 / 6;
|
|
341
353
|
grid-row: 8 / 9;
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
197
197
|
margin-top: space(2.25);
|
|
198
198
|
.asd20-notification-group--floating {
|
|
199
199
|
position: absolute;
|
|
200
|
-
top: space(
|
|
200
|
+
top: space(1.5);
|
|
201
201
|
.bell {
|
|
202
202
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
203
203
|
svg {
|
|
@@ -253,6 +253,13 @@ export default {
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
+
@media (min-width: 768px) {
|
|
257
|
+
.asd20-template-wayfinding-image {
|
|
258
|
+
.asd20-notification-group--floating {
|
|
259
|
+
top: space(0.5);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
256
263
|
|
|
257
264
|
@media (min-width: 1024px) {
|
|
258
265
|
.asd20-template-wayfinding-image {
|