Form field setup
This commit is contained in:
+4
-1
@@ -144,7 +144,7 @@ body {
|
|||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-text {
|
.login-form .form-text {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
@@ -153,6 +153,9 @@ body {
|
|||||||
background-color: #5d5446;
|
background-color: #5d5446;
|
||||||
color: #c2a593;
|
color: #c2a593;
|
||||||
}
|
}
|
||||||
|
.login-form .form-text::placeholder {
|
||||||
|
color: #c2a593;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-user, .icon-lock {
|
.icon-user, .icon-lock {
|
||||||
width: 52px;
|
width: 52px;
|
||||||
|
|||||||
Reference in New Issue
Block a user