From e0700360a3a65d41101bfa20ae8439529542569c Mon Sep 17 00:00:00 2001 From: rxf Date: Fri, 24 Oct 2025 21:00:25 +0200 Subject: [PATCH] Bissl Kosmetic --- src/App.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index d4e7810..5ae3915 100644 --- a/src/App.css +++ b/src/App.css @@ -23,11 +23,10 @@ button { } section { - border: 1px solid gray; + border-bottom : 1px solid rgb(187, 185, 185); text-align: left; margin: 0 auto 20px auto; padding-left: 1em; - width: 94%; font-weight: bold; padding-bottom: 10px; } @@ -49,6 +48,7 @@ section { .selspende { display: flex; flex-direction: column; + gap: 10px; } .bemerkdiv { @@ -57,7 +57,7 @@ section { } .lastline { - border: 1px solid blue; + border-top: 1px solid blue; display: flex; justify-content: space-between; margin: auto; @@ -84,6 +84,16 @@ section { display: none; } +.btnsend { + background-color: blue; + color: white; +} + +.btnsend :hover { + border-color: #646cff; +} + + @media (max-width: 480px) { .umbruch { display: block; @@ -92,4 +102,8 @@ section { .lastline { font-size: 50%; } +} + +input[type="radio"] { + margin-right: 10px; } \ No newline at end of file