修改主容器阴影

This commit is contained in:
邹景立 2022-03-06 20:27:57 +08:00
parent 75a8f2ff9e
commit dbda2fa029
3 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@
@InputBorderActiveColor: #DDD;
// 基础阴影配置
@ShadowOuterMin: 0 0 4px 0 rgba(0, 0, 0, 0.20);
@ShadowOuterMax: 0 0 6px 0 rgba(0, 0, 0, 0.20);
@ShadowOuterMin: 0 0 4px 1px rgba(0, 0, 0, 0.20);
@ShadowOuterMax: 0 0 6px 2px rgba(0, 0, 0, 0.20);
@ShadowBodyTop: 0 1px 6px 2px rgba(0, 21, 41, 0.35);
@ShadowBodyLeft: 1px 0 6px 2px rgba(0, 21, 41, 0.35);
@ShadowBodyRight: 0 1px 6px 2px rgba(0, 21, 41, 0.35);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long