11floating-label , 
22.floating-label_field  {
33position :  relative;
4- display :  block;
4+ display :  flex;
5+ align-items :  center;
56box-sizing :  border-box;
67border :  none !important ;
8+ min-height :  40px  ;
79padding :  8px   0px  ;
810}
911
@@ -21,6 +23,7 @@ floating-label *,
2123
2224.floating-label  {
2325width :  100%  ;
26+ min-height :  24px  ;
2427padding :  0px   14px  ;
2528border :  none !important ;
2629outline :  none !important ;
@@ -45,7 +48,7 @@ floating-label *,
4548}
4649
4750cocreate-select .floating-label  {
48- min-height :  24px  ;
51+ /*  min-height: 24px; */ 
4952padding :  0px   2px   !important ;
5053}
5154cocreate-select [multiple ].floating-label  {
@@ -59,7 +62,6 @@ input.floating-label[type="week"],
5962input .floating-label [type = "month" ], 
6063select .floating-label  {
6164color :  transparent;
62- height :  24px  ;
6365}
6466input .floating-label .active [type = "date" ], 
6567input .floating-label .active [type = "time" ], 
@@ -69,19 +71,22 @@ input.floating-label.active[type="month"],
6971select .floating-label .active  {
7072color :  inherit;
7173}
74+ .floating-label : has (input [type = "color" ]), 
75+ .floating-label_field : has (input [type = "color" ]) {
76+ padding :  0px  ;
77+ }
78+ 
79+ /* textarea.floating-label { 
80+ padding: 8px 14px; 
81+ } */ 
7282select .floating-label [multiple ] {
7383height :  auto;
84+ /* padding: 8px 14px; */ 
7485}
7586.floating-label [type = "file" ] {
76- min-height :  24px  ;
7787cursor :  pointer;
7888}
7989
80- input [type = "color" ] {
81- height :  39px  ;
82- padding :  5px   6px   5px   6px   !important ;
83- }
84- 
8590.floating-label_outline  {
8691display :  flex;
8792position :  absolute;
@@ -100,7 +105,6 @@ input[type="color"] {
100105border-color :  inherit;
101106border-width :  1px  ;
102107border-style :  solid;
103- transition :  border 0.15s   cubic-bezier (0.4 ,  0 ,  0.2 ,  1 );
104108}
105109
106110.floating-label_leading  {
0 commit comments