mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
💄 chore card less variable
This commit is contained in:
parent
0af12576cd
commit
c95c377a4e
@ -4,7 +4,6 @@
|
||||
@card-prefix-cls: ~'@{ant-prefix}-card';
|
||||
@card-head-height: 48px;
|
||||
@card-hover-border: rgba(0, 0, 0, 0.09);
|
||||
@card-radius: @card-border-radius;
|
||||
|
||||
.@{card-prefix-cls} {
|
||||
.reset-component;
|
||||
|
@ -399,7 +399,7 @@
|
||||
@card-padding-wider: 32px;
|
||||
@card-actions-background: @background-color-light;
|
||||
@card-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
|
||||
@card-border-radius: @border-radius-sm;
|
||||
@card-radius: @border-radius-sm;
|
||||
|
||||
// Comment
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user