Add simple styling for forms

This commit is contained in:
Tobias Eidelpes 2020-04-14 14:48:14 +02:00
parent 8e417911c6
commit 284ec8c8fe

View File

@ -108,4 +108,15 @@ nav a:hover {
.logo:hover { .logo:hover {
background-color: transparent; background-color: transparent;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
display: block;
margin: 0 0 1rem 0;
width: 100%;
max-width: 340px;
height: 25px;
line-height: 25px;
font-size: 16px;
border: 1px solid #bbb;
} }