feat: make all buttons use margin
This commit is contained in:
parent
d32858fe76
commit
91fe53400e
@ -142,13 +142,13 @@ select, button {
|
||||
|
||||
.btn2 {
|
||||
height: 40px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
a:hover, .button_darken:hover {
|
||||
background-color: var(--highlight-one);
|
||||
color: var(--highlight-one-text);
|
||||
}
|
||||
|
||||
button {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
@ -187,6 +187,7 @@ select, button {
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.form-button, .link-button a:link, .link-button a:visited {
|
||||
|
Loading…
Reference in New Issue
Block a user