File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
peer-prep/src/Components/LoginSignUp Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
20
20
.text {
21
21
color : # 000 ;
22
- font-size : 48 px ;
22
+ font-size : 38 px ;
23
23
font-weight : 700 ;
24
24
}
25
25
31
31
}
32
32
33
33
.input img {
34
- width : 30 px ;
35
- height : 30 px ;
34
+ width : 25 px ;
35
+ height : 25 px ;
36
36
margin : 0px 30px ;
37
37
}
38
38
47
47
display : flex;
48
48
align-items : center;
49
49
margin : auto;
50
- width : 480 px ;
51
- height : 80 px ;
50
+ width : 380 px ;
51
+ height : 70 px ;
52
52
background : # e9e9e9 ;
53
53
border-radius : 5px ;
54
54
65
65
}
66
66
67
67
.forgot-password {
68
- padding-left : 62 px ;
68
+ padding-left : 110 px ;
69
69
margin-top : 27px ;
70
70
color : # 797979 ;
71
71
font-size : 18px ;
79
79
.submit-container {
80
80
display : flex;
81
81
gap : 30px ;
82
- margin : 60 px auto;
82
+ margin : 40 px auto;
83
83
}
84
84
85
85
.submit {
86
86
display : flex;
87
87
justify-content : center;
88
88
align-items : center;
89
- width : 150 px ;
90
- height : 70 px ;
89
+ width : 110 px ;
90
+ height : 60 px ;
91
91
color : # fff ;
92
92
background : # 52CC65 ;
93
93
border-radius : 10px ;
You can’t perform that action at this time.
0 commit comments