Code cleaning

This commit is contained in:
tleno
2025-11-24 01:54:44 +01:00
parent ebf1c1e4ae
commit 43bf53c351
2 changed files with 0 additions and 227 deletions
@@ -10,9 +10,6 @@
%enable-equilibre
background: url("#{$IMAGES_ROOT}icon-EQU.svg")
%enable-test
background: red
@for $i from 1 through 10
@for $k from 1 through $i
.charsheet .fillLeft.sante > input[name=attr_san_max][value="#{$i}"] ~ label[data-value="#{$k}"] > span::before
@@ -25,10 +22,6 @@
.charsheet .fillLeft.equilibre > input[type=hidden][name=attr_equ][value="#{$i}"] ~ label[data-value="#{$k}"] > span::before
@extend %ticked-equilibre
.charsheet .test[value="#{$i}"] ~ label:nth-of-type(#{$k})
background: red
.charsheet .fillLeft
background: none
-220
View File
@@ -138,226 +138,6 @@ input[type=text] {
background: url("https://raw.githubusercontent.com/Calmacil/ta-gueule-c-est-quantique/refs/heads/main/assets/icon-EQU.svg");
}
.charsheet .test[value="1"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="2"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="2"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="3"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="3"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="3"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="4"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="4"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="4"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="4"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="5"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="5"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="5"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="5"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="5"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="6"] ~ label:nth-of-type(6) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(6) {
background: red;
}
.charsheet .test[value="7"] ~ label:nth-of-type(7) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(6) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(7) {
background: red;
}
.charsheet .test[value="8"] ~ label:nth-of-type(8) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(6) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(7) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(8) {
background: red;
}
.charsheet .test[value="9"] ~ label:nth-of-type(9) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(1) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(2) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(3) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(4) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(5) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(6) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(7) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(8) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(9) {
background: red;
}
.charsheet .test[value="10"] ~ label:nth-of-type(10) {
background: red;
}
.charsheet .fillLeft {
background: none;
margin-bottom: 0;