UI: Submit-Buttons vergrößert und einheitlichen vertikalen Abstand hinzugefügt
This commit is contained in:
@@ -93,6 +93,15 @@ button, .accordion-header {
|
|||||||
box-shadow: 0 1px 3px rgba(30,41,59,0.05);
|
box-shadow: 0 1px 3px rgba(30,41,59,0.05);
|
||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Berechnungs-Buttons vergrößern */
|
||||||
|
button[type="submit"] {
|
||||||
|
font-size: 1.1em;
|
||||||
|
padding: 0.8em 1.5em;
|
||||||
|
min-width: 140px;
|
||||||
|
margin-top: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
button:hover, .accordion-header:hover {
|
button:hover, .accordion-header:hover {
|
||||||
background: var(--primary-dark);
|
background: var(--primary-dark);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user