mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
修改样式细节,修改utils
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user