update css variables (#2026)

This commit is contained in:
neverland
2018-11-04 20:30:40 +08:00
committed by GitHub
parent 17d9e27305
commit eb766e9660
7 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
&__input {
height: 1em;
position: relative;
font-size: @van-radio-size;
font-size: @radio-size;
}
&__control {
@@ -27,7 +27,7 @@
}
&__label {
line-height: @van-radio-size;
line-height: @radio-size;
margin-left: 10px;
&--left {