Skip to content

Commit

Permalink
Style: [관리자 페이지] 상품 페이지네이션 번호 active시 highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehafe committed Mar 12, 2023
1 parent 9e54453 commit 243fe34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/admin/order.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@
@include paginationBtn();
}
}
.active {
color: #fff;
background-color: #000;
}
}
5 changes: 5 additions & 0 deletions src/scss/admin/product.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,9 @@
@include paginationBtn();
}
}

.active {
color: #fff;
background-color: #000;
}
}

0 comments on commit 243fe34

Please sign in to comment.