fix: 홀짝 색 일치...

- nth-child는 그 뜻이 아니다!
This commit is contained in:
2021-12-26 00:06:43 +09:00
parent 6712f88037
commit 426e68693a
+7 -1
View File
@@ -34,7 +34,7 @@ $modcolor2: color.adjust($nbase2color, $lightness: +5%);
line-height: 30px;
}
.row:nth-child(even) .turn_pad {
.row:nth-child(odd) .turn_pad {
background-color: $modcolor2;
}
}
@@ -80,6 +80,12 @@ $modcolor2: color.adjust($nbase2color, $lightness: +5%);
.only500px {
display: none !important;
}
.commandBox .controlPad {
.turn_pad:nth-child(2n) {
background-color: $modcolor2;
}
}
}
@include media-500px {