mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 首页架构
This commit is contained in:
@@ -4,7 +4,8 @@ $dark: (
|
||||
//背景
|
||||
background-color: $--color-dark-bg-1,
|
||||
//渐变背景
|
||||
background-image: linear-gradient(120deg, $--color-dark-bg-1 0%, $--color-dark-bg-2 100%),
|
||||
background-image:
|
||||
linear-gradient(120deg, $--color-dark-bg-1 0%, $--color-dark-bg-1 100%),
|
||||
//毛玻璃
|
||||
filter-color: $--filter-color-login-dark
|
||||
filter-color: $--filter-color-login-dark,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user