このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/sass/conponent/_table.scss

21 行
407 B
SCSS

.table-dark {
color: $white1;
background-color: $black3;
border: 2px solid $suwa03;
transition: background-color 0.3s;
}
.table-dark th, .table-dark td, .table-dark thead th {
border-color: $suwa03;
}
.table-dark.table-hover tbody tr {
transition: background-color 0.3s;
background-color: $black3;
}
.table-dark.table-hover tbody tr:hover {
color: $white1;
background-color: $suwa07;
}