Form field setup

This commit is contained in:
Aurelien Vaillant
2020-04-05 13:32:23 +02:00
parent 38a50f3dac
commit a6be4ec73a
+4 -1
View File
@@ -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;