修改样式细节,修改utils

This commit is contained in:
MTrun
2021-12-14 16:41:43 +08:00
parent 7e5d5aa067
commit 0b326c4e76
12 changed files with 98 additions and 89 deletions
+7 -3
View File
@@ -1,6 +1,10 @@
// 模糊
$--filter-blur: blur(2px);
$--filter-blur-base: blur(2px);
// 毛玻璃
$--filter-color: rgba(0, 0, 0, 0.07);
$--filter-color-base: rgba(0, 0, 0, 0.07);
// 边框
$--border-radius: 5px;
$--border-radius-base: 5px;
/// 阴影
$--box-shadow-base: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04) !default;
$--box-shadow-dark: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.12) !default;
$--box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;