From fec84005f404612d90151c218344fed7fb4098e5 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 25 Jul 2025 13:08:57 +0200 Subject: [PATCH] =?UTF-8?q?UI:=20Submit-Buttons=20vergr=C3=B6=C3=9Fert=20u?= =?UTF-8?q?nd=20einheitlichen=20vertikalen=20Abstand=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index 8edeb5e..fe3f619 100644 --- a/static/style.css +++ b/static/style.css @@ -93,6 +93,15 @@ button, .accordion-header { box-shadow: 0 1px 3px rgba(30,41,59,0.05); 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 { background: var(--primary-dark); }