Form: Add theme token (#16699)

* add form label size token

* add form label size token
pull/16568/head
iamkun 2019-07-24 14:26:45 +08:00 committed by GitHub
parent 11417a3561
commit c3765b46d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -939,6 +939,11 @@ $--calendar-border: $--table-border !default;
$--calendar-selected-background-color: #F2F8FE !default;
$--calendar-cell-width: 85px !default;
/* Form
-------------------------- */
/// fontSize||Font|1
$--form-label-font-size: $--font-size-base !default;
/* Avatar
--------------------------*/
/// color||Color|0

View File

@ -96,7 +96,7 @@
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-size: $--form-label-font-size;
color: $--color-text-regular;
line-height: 40px;
padding: 0 12px 0 0;