Add simple styling for forms
This commit is contained in:
parent
8e417911c6
commit
284ec8c8fe
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user