cfel-base-components 2.5.63 → 2.5.65
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
|
@@ -329,7 +329,7 @@ ul {
|
|
|
329
329
|
padding-left: 12px;
|
|
330
330
|
width: 100%;
|
|
331
331
|
height: 40px;
|
|
332
|
-
background: #
|
|
332
|
+
background: #D3F1E4;
|
|
333
333
|
border-radius: 10px;
|
|
334
334
|
backdrop-filter: blur(10px);
|
|
335
335
|
transition: all 0.3s ease-in-out;
|
|
@@ -422,7 +422,7 @@ ul {
|
|
|
422
422
|
padding-left: 12px;
|
|
423
423
|
width: 100%;
|
|
424
424
|
height: 40px;
|
|
425
|
-
background: #
|
|
425
|
+
background: #D3F1E4;
|
|
426
426
|
border-radius: 10px;
|
|
427
427
|
backdrop-filter: blur(10px);
|
|
428
428
|
transition: all 0.3s ease-in-out;
|
|
@@ -606,7 +606,7 @@ body {
|
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
-
.layout-side-
|
|
609
|
+
.layout-side-mask-cloud1 {
|
|
610
610
|
background: white;
|
|
611
611
|
position: absolute;
|
|
612
612
|
top: 0;
|
|
@@ -617,9 +617,8 @@ body {
|
|
|
617
617
|
z-index: 9;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
.layout-side-
|
|
620
|
+
.layout-side-mask-cloud2 {
|
|
621
621
|
background: linear-gradient( 227deg, #F0FBF3 0%, #E5F6FA 100%);
|
|
622
|
-
opacity: 0.3;
|
|
623
622
|
position: absolute;
|
|
624
623
|
top: 0;
|
|
625
624
|
left: 0;
|
|
@@ -663,7 +662,7 @@ body {
|
|
|
663
662
|
.layout-header {
|
|
664
663
|
z-index: 1;
|
|
665
664
|
height: $header-height;
|
|
666
|
-
background: linear-gradient(223deg, #faf8ff 0%, #
|
|
665
|
+
background: linear-gradient(223deg, #faf8ff 0%, #eefaf5 29%, #ffffff 100%);
|
|
667
666
|
border-radius: 16px;
|
|
668
667
|
border: 1px solid #ffffff;
|
|
669
668
|
position: relative;
|
|
@@ -764,7 +763,7 @@ body {
|
|
|
764
763
|
position: absolute;
|
|
765
764
|
z-index: 1000;
|
|
766
765
|
width: 88%;
|
|
767
|
-
background: linear-gradient(
|
|
766
|
+
background: linear-gradient(218deg, #fefefe 0%, #f6fcfb 29%, #e5f6fa8c 100%);
|
|
768
767
|
box-shadow: inset 0px -1px 0px 0px #edeefd;
|
|
769
768
|
color: black;
|
|
770
769
|
border-radius: 16px;
|
|
@@ -229,8 +229,8 @@ export default function LiosLayout(props: LiosLayoutlProps) {
|
|
|
229
229
|
setCollapsed(value)
|
|
230
230
|
}}
|
|
231
231
|
>
|
|
232
|
-
<div className="layout-side-
|
|
233
|
-
<div className="layout-side-
|
|
232
|
+
<div className="layout-side-mask-cloud1"></div>
|
|
233
|
+
<div className="layout-side-mask-cloud2"></div>
|
|
234
234
|
|
|
235
235
|
<div className="header-logo" style={{ justifyContent: collapsed ? 'center' : '', paddingLeft: collapsed ? '0' : '' }}>
|
|
236
236
|
<div
|