File tree 1 file changed +6
-33
lines changed
react/reactapp/src/components/login 1 file changed +6
-33
lines changed Original file line number Diff line number Diff line change 92
92
.login {
93
93
width : 360px ;
94
94
padding : 30px ;
95
- padding-top : 146 px ;
95
+ padding-top : 116 px ;
96
96
margin-bottom : 10% ;
97
97
}
98
98
@@ -104,7 +104,7 @@ body {
104
104
.login__icon {
105
105
position : absolute;
106
106
top : 42px ;
107
- color : # 7875B5 ;
107
+ color : # f1b756 ;
108
108
}
109
109
110
110
.login__input {
@@ -121,7 +121,7 @@ body {
121
121
.login__input : focus ,
122
122
.login__input : hover {
123
123
outline : none;
124
- border-bottom-color : # 6A679E ;
124
+ border-bottom-color : # f1b756 ;
125
125
}
126
126
127
127
.login__submit {
@@ -135,9 +135,9 @@ body {
135
135
font-weight : 700 ;
136
136
display : flex;
137
137
align-items : center;
138
- width : 100 % ;
138
+ width : 95 % ;
139
139
color : # f1b756 ;
140
- box-shadow : 0px 2px 2px # 5C5696 ;
140
+ box-shadow : 0px 2px 2px # f1b756 ;
141
141
cursor : pointer;
142
142
transition : .2s ;
143
143
}
@@ -152,34 +152,7 @@ body {
152
152
.button__icon {
153
153
font-size : 24px ;
154
154
margin-left : auto;
155
- color : # 7875B5 ;
156
- }
157
-
158
- .social-login {
159
- position : absolute;
160
- height : 140px ;
161
- width : 160px ;
162
- text-align : center;
163
- bottom : 0px ;
164
- right : 0px ;
165
- color : # fff ;
166
- }
167
-
168
- .social-icons {
169
- display : flex;
170
- align-items : center;
171
- justify-content : center;
172
- }
173
-
174
- .social-login__icon {
175
- padding : 20px 10px ;
176
- color : # 000 ;
177
- text-decoration : none;
178
- text-shadow : 0px 0px 8px # 7875B5 ;
179
- }
180
-
181
- .social-login__icon : hover {
182
- transform : scale (1.5 );
155
+ color : # f1b756 ;
183
156
}
184
157
185
158
@media (max-width : 458px ) {
You can’t perform that action at this time.
0 commit comments