mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
add checkbox-border-width
This commit is contained in:
parent
1a76a8ec21
commit
e732bffde3
@ -46,7 +46,7 @@
|
||||
display: block;
|
||||
width: @checkbox-size;
|
||||
height: @checkbox-size;
|
||||
border: @border-width-base @border-style-base @border-color-base;
|
||||
border: @checkbox-border-width @border-style-base @border-color-base;
|
||||
border-radius: @border-radius-sm;
|
||||
background-color: @checkbox-check-color;
|
||||
transition: all .3s;
|
||||
|
@ -160,6 +160,7 @@
|
||||
@checkbox-size : 16px;
|
||||
@checkbox-color : @primary-color;
|
||||
@checkbox-check-color : #fff;
|
||||
@checkbox-border-width : @border-width-base;
|
||||
|
||||
// Radio
|
||||
@radio-size : 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user