Minor code adjustment

This commit is contained in:
Younes Aassila 2024-03-08 01:12:02 +01:00
parent 38a9ad6fcd
commit 7baf07c1b9

View File

@ -203,11 +203,9 @@ hr {
.section { .section {
margin: 0 0 3rem 0; margin: 0 0 3rem 0;
} }
.section:last-child { .section:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
.section > h2 { .section > h2 {
margin-top: 0; margin-top: 0;
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
@ -230,14 +228,14 @@ li.hide-marker::marker {
content: ""; content: "";
} }
input[type="radio"]:not(:checked) ~ .store-list {
opacity: 0.5;
}
.store-list > li > input { .store-list > li > input {
width: 100%; width: 100%;
max-width: var(--input-max-width); max-width: var(--input-max-width);
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
input[type="radio"]:not(:checked) ~ .store-list {
opacity: 0.5;
}
.options-list { .options-list {
margin-bottom: 0; margin-bottom: 0;