File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ $theme: $bootstrap;
77 --component-size : var (--ig-size , #{var-get ($theme , ' default-size' )} );
88 --input-size : var (--component-size );
99 --font : #{sizable (rem (14px ), rem (16px ), rem (20px ))} ;
10- --input-font : #{sizable (rem (16px ), rem (16px ), rem (20px ))} ;
1110 --input-border-color : #{var-get ($theme , ' border-color' )} ;
1211 --input-height : #{var-get ($theme , ' size' )} ;
1312 --affix-padding : #{pad-inline (rem (8px ), rem (12px ), rem (14px ))} ;
@@ -40,8 +39,9 @@ $theme: $bootstrap;
4039}
4140
4241[part ~= ' input' ] {
42+ @include type-style (' body-1' );
43+
4344 border-radius : var-get ($theme , ' border-border-radius' );
44- font-size : var (--input-font );
4545 padding-inline : pad-inline (8px , 12px , 16px );
4646 padding-block : pad-block (4px , 6px , 8px );
4747 color : var-get ($theme , ' idle-text-color' );
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ textarea {
102102 padding-inline : pad-inline (rem (8px ), rem (12px ), rem (16px ));
103103 border-radius : var-get ($theme , ' border-border-radius' );
104104 z-index : 1 ;
105- font-size : pad (rem (14px ), rem (16px ), rem (20px ));
106105 transition : box-shadow .15s ease-out , border .15s ease-out ;
107106}
108107
You can’t perform that action at this time.
0 commit comments