Bissl Kosmetic

This commit is contained in:
rxf
2025-10-24 21:00:25 +02:00
parent db1795d7d2
commit e0700360a3

View File

@@ -23,11 +23,10 @@ button {
} }
section { section {
border: 1px solid gray; border-bottom : 1px solid rgb(187, 185, 185);
text-align: left; text-align: left;
margin: 0 auto 20px auto; margin: 0 auto 20px auto;
padding-left: 1em; padding-left: 1em;
width: 94%;
font-weight: bold; font-weight: bold;
padding-bottom: 10px; padding-bottom: 10px;
} }
@@ -49,6 +48,7 @@ section {
.selspende { .selspende {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 10px;
} }
.bemerkdiv { .bemerkdiv {
@@ -57,7 +57,7 @@ section {
} }
.lastline { .lastline {
border: 1px solid blue; border-top: 1px solid blue;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: auto; margin: auto;
@@ -84,6 +84,16 @@ section {
display: none; display: none;
} }
.btnsend {
background-color: blue;
color: white;
}
.btnsend :hover {
border-color: #646cff;
}
@media (max-width: 480px) { @media (max-width: 480px) {
.umbruch { .umbruch {
display: block; display: block;
@@ -92,4 +102,8 @@ section {
.lastline { .lastline {
font-size: 50%; font-size: 50%;
} }
}
input[type="radio"] {
margin-right: 10px;
} }