@asd20/ui 3.2.586 → 3.2.588
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
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<div class="asd20-page-header__main">
|
|
18
18
|
<div
|
|
19
19
|
class="asd20-page-header__content"
|
|
20
|
-
:class="imageUrl
|
|
20
|
+
:class="imageUrl ? 'add-fade new-header' : headerImageUrl ? 'new-header' : ''"
|
|
21
21
|
:style="styles"
|
|
22
22
|
>
|
|
23
23
|
<div class="asd20-page-header__tools">
|
|
@@ -362,7 +362,7 @@ export default {
|
|
|
362
362
|
}
|
|
363
363
|
.new-header {
|
|
364
364
|
background: var(--website-header__background-color) var(--imageBackground)
|
|
365
|
-
|
|
365
|
+
left center / cover no-repeat;
|
|
366
366
|
}
|
|
367
367
|
.add-fade {
|
|
368
368
|
&::before {
|
|
@@ -409,28 +409,28 @@ export default {
|
|
|
409
409
|
}
|
|
410
410
|
.new-header {
|
|
411
411
|
background: var(--website-header__background-color) var(--imageBackground)
|
|
412
|
-
|
|
413
|
-
}
|
|
414
|
-
.add-fade {
|
|
415
|
-
&::before {
|
|
416
|
-
content: '';
|
|
417
|
-
// height: auto;
|
|
418
|
-
display: block;
|
|
419
|
-
position: absolute;
|
|
420
|
-
z-index: -1;
|
|
421
|
-
top: 0;
|
|
422
|
-
bottom: auto;
|
|
423
|
-
left: 0;
|
|
424
|
-
width: 100%;
|
|
425
|
-
height: 100%;
|
|
426
|
-
background: linear-gradient(
|
|
427
|
-
30deg,
|
|
428
|
-
rgba(6, 11, 31, 0.7) 10%,
|
|
429
|
-
rgba(6, 11, 31, 0.5) 55%,
|
|
430
|
-
transparent 70%
|
|
431
|
-
);
|
|
432
|
-
}
|
|
412
|
+
left center / cover no-repeat;
|
|
433
413
|
}
|
|
414
|
+
// .add-fade {
|
|
415
|
+
// &::before {
|
|
416
|
+
// content: '';
|
|
417
|
+
// // height: auto;
|
|
418
|
+
// display: block;
|
|
419
|
+
// position: absolute;
|
|
420
|
+
// z-index: -1;
|
|
421
|
+
// top: 0;
|
|
422
|
+
// bottom: auto;
|
|
423
|
+
// left: 0;
|
|
424
|
+
// width: 100%;
|
|
425
|
+
// height: 100%;
|
|
426
|
+
// background: linear-gradient(
|
|
427
|
+
// 30deg,
|
|
428
|
+
// rgba(6, 11, 31, 0.7) 10%,
|
|
429
|
+
// rgba(6, 11, 31, 0.5) 55%,
|
|
430
|
+
// transparent 70%
|
|
431
|
+
// );
|
|
432
|
+
// }
|
|
433
|
+
// }
|
|
434
434
|
|
|
435
435
|
h1 {
|
|
436
436
|
position: relative;
|