Bissl Kosmetic
This commit is contained in:
20
src/App.css
20
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;
|
||||
}
|
||||
Reference in New Issue
Block a user