File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
src/app/common/components/input-field Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 11p-floatlabel {
2- width : 100% ;
3- }
2+ width : 500px ;
43
5- input {
6- width : 100% ;
7- padding : 15px ;
8- font-size : 16px ;
9- background-color : var (--background-color-light );
10- border : var (--grey-border );
11- border-radius : 8px ;
12- transition : border-color 0.3s ease-in-out ;
4+ input {
5+ width : 100% ;
6+ padding : 15px ;
7+ font-size : 16px ;
8+ background-color : var (--background-color-light );
9+ border : var (--grey-border );
10+ border-radius : 8px ;
11+ transition : border-color 0.3s ease-in-out ;
1312
14- & :focus ,
15- & :hover ,
16- & :active {
17- border-color : var (--primary-light-color ) !important ;
18- outline : none ;
19- ~ label {
20- color : var (--primary-light-color );
13+ & :focus ,
14+ & :hover ,
15+ & :active {
16+ border-color : var (--primary-light-color ) !important ;
17+ outline : none ;
18+ ~ label {
19+ color : var (--primary-light-color );
20+ }
2121 }
22- }
2322
24- label {
25- transition : all 0.3s ease-in-out ;
26- color : var (--primary-light-color );
23+ label {
24+ transition : all 0.3s ease-in-out ;
25+ color : var (--primary-light-color );
26+ }
2727 }
2828}
You can’t perform that action at this time.
0 commit comments