mirror of
https://github.com/lubuntu-team/lists-html.git
synced 2025-03-04 03:51:08 +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;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
margin: 1rem 0 1rem 0;
|
||||
}
|
||||
|
||||
button[type=submit] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
display: block;
|
||||
margin: 1.5rem 0;
|
||||
margin: 1.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 2.5rem;
|
||||
color: #333333;
|
||||
|
Loading…
x
Reference in New Issue
Block a user