style: ui colors
This commit is contained in:
+5
-5
@@ -4,7 +4,7 @@
|
||||
html {
|
||||
--ant-color-fill-tertiary: rgba(0, 0, 0, 4%);
|
||||
--color-fill-1: var(--ant-color-fill-tertiary);
|
||||
// --color-fill-1: #f3f6fa;
|
||||
// --color-fill-1: #fff;
|
||||
--color-fill-2: #fff;
|
||||
--color-fill-3: #f3f6fa;
|
||||
--menu-border-radius-base: 20px;
|
||||
@@ -28,7 +28,7 @@ html {
|
||||
--ant-table-header-split-color: #f0f0f0;
|
||||
--ant-table-row-selected-bg: #f0fff6;
|
||||
--ant-table-row-selected-hover-bg: #d8f2e4;
|
||||
--ant-table-row-hover-bg: #e6e6e6;
|
||||
--ant-table-row-hover-bg: rgba(230, 230, 230, 70%);
|
||||
--color-chart-red: #ff7875;
|
||||
--color-chart-green: #54cc98;
|
||||
--color-chart-glod: #ffd666;
|
||||
@@ -51,7 +51,7 @@ html {
|
||||
&.ant-menu-css-var {
|
||||
--ant-menu-item-height: 46px;
|
||||
--ant-menu-item-selected-bg: var(--color-white-1);
|
||||
--ant-menu-item-border-radius: 20px;
|
||||
--ant-menu-item-border-radius: 16px;
|
||||
--ant-menu-item-selected-color: var(--ant-color-primary);
|
||||
--ant-menu-item-hover-bg: var(--color-white-1);
|
||||
--ant-menu-item-color: var(--color-text-1);
|
||||
@@ -164,7 +164,7 @@ body {
|
||||
}
|
||||
|
||||
tr > td {
|
||||
background-color: var(--color-fill-1);
|
||||
// background-color: var(--color-fill-1);
|
||||
border-bottom: none;
|
||||
height: 70px;
|
||||
|
||||
@@ -357,7 +357,7 @@ body {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(255, 255, 255, 4%) 25%,
|
||||
rgba(0, 0, 0, 10%) 37%,
|
||||
rgba(0, 0, 0, 8%) 37%,
|
||||
rgba(255, 255, 255, 4%) 63%
|
||||
);
|
||||
background-size: 400% 100%;
|
||||
|
||||
Reference in New Issue
Block a user