11.rovalra-catalog-input-wrapper {
22 position : relative ;
3- overflow : visible !important ;
3+ overflow : visible !important ;
44}
55.rovalra-catalog-input-base {
66 position : relative ;
77 border-radius : 8px ;
8- height : 40px ;
8+ min- height : 40px ;
99}
1010.rovalra-catalog-input-label {
1111 color : var (--rovalra-secondary-text-color );
12- font-family : " Builder Sans" , " Helvetica Neue" , Helvetica , Arial , " Lucida Grande" , sans-serif ;
12+ font-family :
13+ ' Builder Sans' , ' Helvetica Neue' , Helvetica , Arial , ' Lucida Grande' ,
14+ sans-serif ;
1315 font-weight : 400 ;
1416 font-size : 1rem ;
1517 line-height : 1.4375em ;
1618 padding : 0 ;
1719 position : absolute ;
1820 left : 14px ;
19- top : 50% ;
20- transform : translateY (-50% );
21- transition : color 200ms cubic-bezier (0.0 , 0 , 0.2 , 1 ) 0ms , transform 200ms cubic-bezier (0.0 , 0 , 0.2 , 1 ) 0ms ;
21+ top : 9px ;
22+ transition :
23+ color 200ms cubic-bezier (0 , 0 , 0.2 , 1 ) 0ms ,
24+ transform 200ms cubic-bezier (0 , 0 , 0.2 , 1 ) 0ms ;
2225 pointer-events : none ;
23- z-index : 1 ;
26+ z-index : 1 ;
2427}
2528.rovalra-catalog-input-field {
2629 background-color : transparent !important ;
2730 border : none !important ;
28-
31+
2932 outline : none !important ;
3033 box-shadow : none !important ;
3134 width : 100% ;
32- height : 40px ;
35+ min- height : 40px ;
3336 padding : 8px 14px ;
3437 position : relative ;
3538 color : var (--rovalra-main-text-color ) !important ;
36- font-family : " Builder Sans" , " Helvetica Neue" , Helvetica , Arial , " Lucida Grande" , sans-serif !important ;
39+ font-family :
40+ ' Builder Sans' , ' Helvetica Neue' , Helvetica , Arial , ' Lucida Grande' ,
41+ sans-serif !important ;
3742 font-size : 16px !important ;
43+ line-height : 1.4375em !important ;
3844 box-sizing : border-box !important ;
3945}
4046
5056 background-color : transparent !important ;
5157}
5258
53-
54- .rovalra-catalog-input-fieldset {
59+ .rovalra-catalog-input-fieldset {
5560 border : 1px solid rgb (66 65 65 / 45% );
5661 position : absolute ;
57- top : -5px ;
58- height : 45 px ;
62+ top : -5px ;
63+ height : calc ( 100 % + 5 px );
5964 left : 0 ;
6065 right : 0 ;
6166 margin : 0 ;
6267 border-radius : inherit ;
63- pointer-events : none ;
64- transition : border-color 200ms ease ;
68+ pointer-events : none ;
69+ transition : border-color 200ms ease ;
6570}
6671.rovalra-catalog-input-legend {
6772 padding : 0 ;
6873 text-align : left ;
69- transition : max-width 200ms cubic-bezier (0.0 , 0 , 0.2 , 1 ) 0ms ;
74+ transition : max-width 200ms cubic-bezier (0 , 0 , 0.2 , 1 ) 0ms ;
7075 line-height : 23px ;
7176 height : 11px ;
7277 max-width : 0.01px ;
73- background-color : transparent ;
74- transition : background-color 200ms ease ;
78+ background-color : transparent ;
79+ transition : background-color 200ms ease ;
7580}
7681.rovalra-catalog-input-legend span {
7782 display : inline-block ;
7883 padding-left : 5px ;
7984 padding-right : 0px ;
80- visibility : hidden ;
85+ visibility : hidden ;
8186 font-size : 12px ;
8287}
8388.rovalra-catalog-input-label.MuiInputLabel-shrink {
84- transform : translate (0 , -27 px ) scale (0.75 );
85- transform-origin : top left ;
89+ transform : translate (0 , -17 px ) scale (0.75 );
90+ transform-origin : top left ;
8691}
8792.rovalra-catalog-input-label.Mui-focused {
8893}
8994.rovalra-catalog-input-base.Mui-focused .rovalra-catalog-input-fieldset {
90- border : 2px solid rgb (51 , 95 , 255 );
95+ border : 2px solid rgb (51 , 95 , 255 );
96+ }
97+ .rovalra-catalog-input-label.MuiInputLabel-shrink
98+ ~ .rovalra-catalog-input-base
99+ .rovalra-catalog-input-legend {
100+ max-width : calc (100% * 0.7 + 0px );
91101}
92- .rovalra-catalog-input-label.MuiInputLabel-shrink ~ .rovalra-catalog-input-base .rovalra-catalog-input-legend {
93-
94- max-width : calc (100% * 0.70 + 0px );
95- }
0 commit comments