mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-05-09 02:44:29 +02:00
Minor code adjustment
This commit is contained in:
parent
38a9ad6fcd
commit
7baf07c1b9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user