cfel-base-components 2.5.63 → 2.5.64

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfel-base-components",
3
- "version": "2.5.63",
3
+ "version": "2.5.64",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -329,7 +329,7 @@ ul {
329
329
  padding-left: 12px;
330
330
  width: 100%;
331
331
  height: 40px;
332
- background: #c5d6ff;
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: #c5d6ff;
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-mask1 {
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-mask2 {
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;
@@ -229,8 +229,8 @@ export default function LiosLayout(props: LiosLayoutlProps) {
229
229
  setCollapsed(value)
230
230
  }}
231
231
  >
232
- <div className="layout-side-mask1"></div>
233
- <div className="layout-side-mask2"></div>
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