mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add margin top to input type submit
This commit is contained in:
parent
d2cb557f8a
commit
f81b303b56
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ input[type=submit] {
|
|||
transition: all .2s ease;
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type=submit] {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue