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

View File

@@ -38,17 +38,17 @@
@button-bottom-action-primary-background-color: @red;
// checkbox
@van-checkbox-size: 20px;
@checkbox-size: 20px;
// radio
@van-radio-size: 20px;
@radio-size: 20px;
// swipe
@van-swipe-indicator: 6px;
@swipe-indicator: 6px;
// tab
@van-tabs-line-height: 44px;
@van-tabs-card-height: 30px;
@tabs-line-height: 44px;
@tabs-card-height: 30px;
// number keyboard
@van-number-keyboard-key-height: 54px;
@number-keyboard-key-height: 54px;