mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
update css variables (#2026)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
&__label {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
line-height: @van-checkbox-size;
|
||||
line-height: @checkbox-size;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
@@ -18,8 +18,8 @@
|
||||
text-align: center;
|
||||
line-height: inherit;
|
||||
border: 1px solid @gray-light;
|
||||
width: @van-checkbox-size;
|
||||
height: @van-checkbox-size;
|
||||
width: @checkbox-size;
|
||||
height: @checkbox-size;
|
||||
box-sizing: border-box;
|
||||
transition: .2s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user