style: playground params styles

This commit is contained in:
jialin
2024-06-19 09:35:18 +08:00
parent adbc2ffbdd
commit 9f34452c68
14 changed files with 318 additions and 124 deletions
+3 -1
View File
@@ -2,12 +2,14 @@
@import url('src/assets/styles/menu.less');
html {
--color-fill-1: rgba(0, 0, 0, 4%);
--ant-color-fill-tertiary: rgba(0, 0, 0, 4%);
--color-fill-1: var(--ant-color-fill-tertiary);
// --color-fill-1: #f3f6fa;
--color-fill-2: #fff;
--color-fill-3: #f3f6fa;
--menu-border-radius-base: 32px;
--border-radius-base: 16px;
--border-radius-small: 8px;
--color-white-1: #fff;
--font-weight-normal: 500;
--font-weight-bold: 700;