mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Add vars to theme for btn border width and style
This commit is contained in:
parent
d60f64c040
commit
ffc5321c18
@ -139,6 +139,8 @@
|
||||
@btn-font-weight: 400;
|
||||
@btn-border-radius-base: @border-radius-base;
|
||||
@btn-border-radius-sm: @border-radius-base;
|
||||
@btn-border-width: @border-width-base;
|
||||
@btn-border-style: @border-style-base;
|
||||
@btn-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
|
||||
@btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
||||
@btn-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
||||
|
Loading…
Reference in New Issue
Block a user