From 426e68693a58ffb3b92d7208d9f87b10d1f8a47b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Dec 2021 00:06:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=99=80=EC=A7=9D=20=EC=83=89=20?= =?UTF-8?q?=EC=9D=BC=EC=B9=98...=20-=20nth-child=EB=8A=94=20=EA=B7=B8=20?= =?UTF-8?q?=EB=9C=BB=EC=9D=B4=20=EC=95=84=EB=8B=88=EB=8B=A4!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/chiefCenter.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hwe/scss/chiefCenter.scss b/hwe/scss/chiefCenter.scss index ab1bcf6f..f25c10f6 100644 --- a/hwe/scss/chiefCenter.scss +++ b/hwe/scss/chiefCenter.scss @@ -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 {