Skip to content

Commit

Permalink
Style: coupon table 중앙 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Jan 28, 2024
1 parent f8736c2 commit a34e3a8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,14 @@

/* table custom style */
.ant-table-row-selected td[rowspan] {
background-color: #fafafa !important;
background-color: white !important;
}
.table-room-container {
.ant-table-cell table-room-container {
background-color: #fafafa !important;
}
.ant-table-thead > tr > th {
text-align: center;
}

/* timepicker custom style */
.ant-picker-time-panel-column:first-child {
Expand Down

0 comments on commit a34e3a8

Please sign in to comment.