mirror of
https://github.com/lubuntu-team/lists-html.git
synced 2025-05-10 00:11:30 +00:00
fix spacing on submit buttons
This commit is contained in:
parent
6641fbbaa2
commit
65ca4475c5
@ -84,11 +84,15 @@ input[type=text], input[type=email], input[type=password] {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=submit] {
|
||||||
|
margin: 1rem 0 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
button[type=submit] {
|
button[type=submit] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 2.5rem;
|
line-height: 2.5rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user