Skip to content

Commit f7d9259

Browse files
committed
LOGIN UI
1 parent 1c3c710 commit f7d9259

File tree

1 file changed

+6
-33
lines changed

1 file changed

+6
-33
lines changed

react/reactapp/src/components/login/Login.css

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ body {
9292
.login {
9393
width: 360px;
9494
padding: 30px;
95-
padding-top: 146px;
95+
padding-top: 116px;
9696
margin-bottom: 10%;
9797
}
9898

@@ -104,7 +104,7 @@ body {
104104
.login__icon {
105105
position: absolute;
106106
top: 42px;
107-
color: #7875B5;
107+
color: #f1b756;
108108
}
109109

110110
.login__input {
@@ -121,7 +121,7 @@ body {
121121
.login__input:focus,
122122
.login__input:hover {
123123
outline: none;
124-
border-bottom-color: #6A679E;
124+
border-bottom-color: #f1b756;
125125
}
126126

127127
.login__submit {
@@ -135,9 +135,9 @@ body {
135135
font-weight: 700;
136136
display: flex;
137137
align-items: center;
138-
width: 100%;
138+
width: 95%;
139139
color: #f1b756;
140-
box-shadow: 0px 2px 2px #5C5696;
140+
box-shadow: 0px 2px 2px #f1b756;
141141
cursor: pointer;
142142
transition: .2s;
143143
}
@@ -152,34 +152,7 @@ body {
152152
.button__icon {
153153
font-size: 24px;
154154
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;
183156
}
184157

185158
@media(max-width: 458px) {

0 commit comments

Comments
 (0)