mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Code cleaning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user