mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
feat: add back @border-radius-sm (#20818)
* feat: add back @border-radius-sm * feat: use @border-radius-base instead of 2px
This commit is contained in:
parent
f470f3e1e4
commit
a5cb32fd5b
@ -71,6 +71,7 @@
|
||||
// https://github.com/ant-design/ant-design/issues/20210
|
||||
@line-height-base: 1.5715;
|
||||
@border-radius-base: 2px;
|
||||
@border-radius-sm: @border-radius-base;
|
||||
|
||||
// vertical paddings
|
||||
@padding-lg: 24px; // containers
|
||||
|
Loading…
Reference in New Issue
Block a user