📂 FileMgr
📍
/home/rsukartini.com/public_html/argon/assets/scss/argon-dashboard/custom/tables
✏️ Edit File: /home/rsukartini.com/public_html/argon/assets/scss/argon-dashboard/custom/tables/_table.scss
⬅ Kembali
// // Table // // General styles .table { thead th { padding-top: $table-head-spacer-y; padding-bottom: $table-head-spacer-y; font-size: $table-head-font-size; text-transform: $table-head-text-transform; letter-spacing: $table-head-letter-spacing; border-bottom: $table-border-width solid $table-border-color; } th { font-weight: $table-head-font-weight; } td { .progress { height: 3px; width: 120px; margin: 0; } } td, th { font-size: $table-body-font-size; white-space: nowrap; } // Vetical align table content &.align-items-center { td, th { vertical-align: middle; } } // Styles for dark table .thead-dark { th { background-color: $table-dark-head-bg; color: $table-dark-head-color; } } // Styles for light table .thead-light { th { background-color: $table-head-bg; color: $table-head-color; } } } // Add transition for hover state .table-hover { tr { @include transition($transition-base); } } // Flush tables .table-flush { td, th { border-left: 0; border-right: 0; } tbody { tr { &:first-child { td, th { border-top: 0; } } &:last-child { td, th { border-bottom: 0; } } } } } // Tables inside cards .card { .table { margin-bottom: 0; td, th { padding-left: $card-spacer-x; padding-right: $card-spacer-x; } } }
💾 Simpan File
Batal
⬅ Naik ke custom
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
📄
_table.scss
scss
1.8 KB
2020-02-05 05:25
✏️ Edit
👁️ View
🗑 Hapus