mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增主题色选项
This commit is contained in:
@@ -10,8 +10,11 @@ $dark: (
|
||||
background-color2: $--color-dark-bg-2,
|
||||
background-color2-shallow: $--color-dark-bg-2-shallow,
|
||||
background-color3: $--color-dark-bg-3,
|
||||
background-color3-shallow: $--color-dark-bg-3-shallow,
|
||||
background-color4: $--color-dark-bg-4,
|
||||
background-color4-shallow: $--color-dark-bg-4-shallow,
|
||||
background-color5: $--color-dark-bg-5,
|
||||
background-color5-shallow: $--color-dark-bg-5-shallow,
|
||||
// 毛玻璃背景
|
||||
filter-color: $--filter-color-login-dark,
|
||||
//渐变背景
|
||||
|
||||
@@ -12,8 +12,11 @@ $light: (
|
||||
background-color2: $--color-light-bg-2,
|
||||
background-color2-shallow: $--color-light-bg-2-shallow,
|
||||
background-color3: $--color-light-bg-3,
|
||||
background-color3-shallow: $--color-light-bg-3-shallow,
|
||||
background-color4: $--color-light-bg-4,
|
||||
background-color4-shallow: $--color-light-bg-4-shallow,
|
||||
background-color5: $--color-light-bg-5,
|
||||
background-color5-shallow: $--color-light-bg-5-shallow,
|
||||
// 毛玻璃背景
|
||||
filter-color: $--filter-color-login-light,
|
||||
//渐变背景
|
||||
|
||||
Reference in New Issue
Block a user