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 {
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;
@@ -93,3 +103,7 @@ section {
font-size: 50%;
}
}
input[type="radio"] {
margin-right: 10px;
}