반응형
.table-wrap {
th:nth-child(2n + 2),
td:nth-child(2n + 2) {
background-color: var(--Light-Gray-BG);
}
.mobile-table-split {
& > td {
height: 10px;
padding: 0 !important;
}
}
}
반응형
'html, css > css selector' 카테고리의 다른 글
두번째 input부터만적용 input + input { margin-top: 10px; } (0) | 2024.06.20 |
---|---|
.popupModal [class="image"] exact css class match (0) | 2024.06.18 |
css selector(#id,.class, 자손,>자식), table tag (0) | 2019.04.19 |