[improvement] Cell: add less vars (#3122)

This commit is contained in:
neverland
2019-04-10 15:39:52 +08:00
committed by GitHub
parent b7b15fa183
commit f5abc9e46d
2 changed files with 46 additions and 25 deletions

View File

@@ -72,6 +72,27 @@
@button-plain-background-color: @white;
@button-disabled-opacity: .5;
// Cell
@cell-font-size: 14px;
@cell-line-height: 24px;
@cell-vertical-padding: 10px;
@cell-horizontal-padding: 15px;
@cell-text-color: @text-color;
@cell-background-color: @white;
@cell-border-color: @border-color;
@cell-active-color: @active-color;
@cell-required-color: @red;
@cell-label-color: @gray-dark;
@cell-label-font-size: 12px;
@cell-label-line-height: 18px;
@cell-label-margin-top: 3px;
@cell-value-color: @gray-dark;
@cell-icon-size: 16px;
@cell-right-icon-color: @gray-dark;
@cell-large-vertical-padding: 12px;
@cell-large-title-font-size: 16px;
@cell-large-label-font-size: 14px;
// CellGroup
@cell-group-background-color: @white;
@cell-group-title-color: @gray-dark;