fix: 홀짝 색 일치...
- nth-child는 그 뜻이 아니다!
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user