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