mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
tweak: border-radius all use 2px
This commit is contained in:
parent
2ba81538d8
commit
f900cf7066
@ -65,8 +65,9 @@
|
||||
@heading-3-size: ceil(@font-size-base * 1.71);
|
||||
@heading-4-size: ceil(@font-size-base * 1.42);
|
||||
@line-height-base: 1.5;
|
||||
@border-radius-base: 4px;
|
||||
@border-radius-sm: 2px;
|
||||
@border-radius-base: 2px;
|
||||
// deprecated
|
||||
@border-radius-sm: @border-radius-base;
|
||||
|
||||
// vertical paddings
|
||||
@padding-lg: 24px; // containers
|
||||
|
Loading…
Reference in New Issue
Block a user