mirror of https://github.com/ElemeFE/element
Form: Add theme token (#16699)
* add form label size token * add form label size tokenpull/16568/head
parent
11417a3561
commit
c3765b46d3
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue