Customize form CSS

This commit is contained in:
Andrey Golovizin 2020-01-25 18:55:48 +01:00
parent 795e4a50d5
commit 01639394f9

View file

@ -88,3 +88,26 @@ html, body {
margin: 0;
font-family: arial, sans-serif;
}
.contact-form fieldset {
border: none;
padding: 1em 0 0 0;
}
.contact-form fieldset p {
display: inline-block;
color: #C53030;
}
.contact-form textarea {
width: 100%;
height: 10em;
}
.contact-form input {
width: 100%;
}
.contact-form label {
display: none;
}