@asd20/ui 3.2.582 → 3.2.583
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
|
@@ -208,18 +208,24 @@ export default {
|
|
|
208
208
|
margin-top: space(2.25);
|
|
209
209
|
|
|
210
210
|
.asd20-video-header {
|
|
211
|
+
&__top {
|
|
212
|
+
position: absolute;
|
|
213
|
+
}
|
|
211
214
|
.weather-status-and-translation-container {
|
|
212
215
|
display: flex;
|
|
213
216
|
flex-direction: row;
|
|
214
217
|
align-items: center;
|
|
218
|
+
margin: space(0.25) 0;
|
|
219
|
+
justify-content: flex-end;
|
|
215
220
|
}
|
|
216
221
|
.asd20-language-translation {
|
|
217
|
-
position: absolute;
|
|
222
|
+
// position: absolute;
|
|
218
223
|
top: 3.5rem;
|
|
219
224
|
right: 0.5rem;
|
|
220
225
|
background: rgba(255, 255, 255, 0.9);
|
|
221
226
|
border-radius: 3rem;
|
|
222
227
|
border: 1px solid var(--website-page__alternate-background-color);
|
|
228
|
+
margin-left: 0.5rem;
|
|
223
229
|
.asd20-select-input {
|
|
224
230
|
padding: 0.25rem 0.25rem;
|
|
225
231
|
color: currentColor;
|
|
@@ -238,12 +244,6 @@ export default {
|
|
|
238
244
|
.asd20-language-loader {
|
|
239
245
|
order: 1;
|
|
240
246
|
}
|
|
241
|
-
|
|
242
|
-
.translation-button-adjust {
|
|
243
|
-
position: absolute;
|
|
244
|
-
top: space(1);
|
|
245
|
-
right: space(0.5);
|
|
246
|
-
}
|
|
247
247
|
.weather-link {
|
|
248
248
|
text-decoration: none;
|
|
249
249
|
border-radius: 3rem;
|
|
@@ -258,33 +258,10 @@ export default {
|
|
|
258
258
|
}
|
|
259
259
|
.double-notification-wrapper {
|
|
260
260
|
display: flex;
|
|
261
|
-
flex-direction:
|
|
262
|
-
justify-content: flex-end;
|
|
263
|
-
align-items: center;
|
|
264
|
-
flex-wrap: wrap;
|
|
261
|
+
flex-direction: column;
|
|
265
262
|
}
|
|
266
263
|
}
|
|
267
|
-
// .asd20-video-header-content {
|
|
268
|
-
// position: absolute;
|
|
269
|
-
// top: space(2);
|
|
270
|
-
// }
|
|
271
264
|
}
|
|
272
|
-
// .asd20-notification-group--floating {
|
|
273
|
-
// .bell {
|
|
274
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
275
|
-
// svg {
|
|
276
|
-
// fill: var(--color__accent) !important;
|
|
277
|
-
// }
|
|
278
|
-
// span {
|
|
279
|
-
// background: var(--color__accent) !important;
|
|
280
|
-
// top: inherit !important;
|
|
281
|
-
// right: inherit !important;
|
|
282
|
-
// width: 1.2rem !important;
|
|
283
|
-
// height: 1.2rem !important;
|
|
284
|
-
// font-size: 0.75rem !important;
|
|
285
|
-
// }
|
|
286
|
-
// }
|
|
287
|
-
// }
|
|
288
265
|
|
|
289
266
|
@keyframes slide_left {
|
|
290
267
|
from {
|
|
@@ -297,7 +274,7 @@ export default {
|
|
|
297
274
|
}
|
|
298
275
|
}
|
|
299
276
|
|
|
300
|
-
@media (min-width:
|
|
277
|
+
@media (min-width: 768px) {
|
|
301
278
|
.asd20-district-video-template {
|
|
302
279
|
.asd20-video-header {
|
|
303
280
|
.asd20-language-translation {
|
|
@@ -312,17 +289,11 @@ export default {
|
|
|
312
289
|
--fill-color: var(--color__accent) !important;
|
|
313
290
|
}
|
|
314
291
|
}
|
|
315
|
-
.translation-button-adjust {
|
|
316
|
-
position: absolute;
|
|
317
|
-
top: space(1);
|
|
318
|
-
right: space(0.5);
|
|
319
|
-
}
|
|
320
292
|
.double-notification-wrapper {
|
|
321
293
|
justify-content: center;
|
|
322
294
|
}
|
|
323
295
|
}
|
|
324
296
|
.asd20-video-header-content {
|
|
325
|
-
// position: absolute;
|
|
326
297
|
top: inherit;
|
|
327
298
|
bottom: 0%;
|
|
328
299
|
}
|
|
@@ -334,22 +305,8 @@ export default {
|
|
|
334
305
|
display: block;
|
|
335
306
|
margin-left: space(3);
|
|
336
307
|
margin-top: 0;
|
|
337
|
-
// .notification-group--floating {
|
|
338
|
-
// .bell {
|
|
339
|
-
// span {
|
|
340
|
-
// background: var(--color__accent);
|
|
341
|
-
// top: -0.6em !important;
|
|
342
|
-
// right: -0.6em !important;
|
|
343
|
-
// }
|
|
344
|
-
// }
|
|
345
|
-
// }
|
|
346
308
|
}
|
|
347
309
|
.asd20-video-header {
|
|
348
|
-
.translation-button-adjust {
|
|
349
|
-
position: absolute;
|
|
350
|
-
top: space(-1) !important;
|
|
351
|
-
right: space(0) !important;
|
|
352
|
-
}
|
|
353
310
|
.double-notification-wrapper {
|
|
354
311
|
justify-content: flex-end !important;
|
|
355
312
|
}
|