benivo-ui-library 1.8.95 → 1.8.97
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/splashScreen.less +4 -4
package/package.json
CHANGED
package/splashScreen.less
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
justify-content: center;
|
|
37
37
|
align-items: center;
|
|
38
38
|
flex-direction: column;
|
|
39
|
-
background: var(--gp-main);
|
|
39
|
+
background: var(--gp-splash-background, var(--gp-main));
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
|
|
42
42
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
position: absolute;
|
|
49
49
|
top: 50px;
|
|
50
50
|
bottom: 50px;
|
|
51
|
-
border: 100px solid rgba(255, 255, 255, 0.2);
|
|
51
|
+
border: 100px solid var(--gp-splash-border, rgba(255, 255, 255, 0.2));
|
|
52
52
|
animation: moveBounceRotate 3s linear forwards;
|
|
53
53
|
|
|
54
54
|
&::before {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
left: 25%;
|
|
60
60
|
width: 50%;
|
|
61
61
|
height: 102px;
|
|
62
|
-
background-color: var(--gp-main);
|
|
62
|
+
background-color: var(--gp-splash-background, var(--gp-main));
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
@media @lg-max {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
top: calc((100vh - 320px) / 2);
|
|
77
77
|
left: calc((100vw - 320px) / 2);
|
|
78
78
|
bottom: inherit;
|
|
79
|
-
border: 50px solid rgba(255, 255, 255, 0.2);
|
|
79
|
+
border: 50px solid var(--gp-splash-border, rgba(255, 255, 255, 0.2));
|
|
80
80
|
|
|
81
81
|
&::before {
|
|
82
82
|
top: -51px;
|