home
/
forge
/
roadtovirtuosity.com
/
public
/
assets
/
_scss
/
codebase
➕ New
📤 Upload
✎ Editing:
_tables.scss
← Back
// // Tables // -------------------------------------------------- .table { thead th { text-transform: uppercase; letter-spacing: .0625em; font-size: $font-size-sm; } } .table:not(.table-borderless) { // Highlight border color between thead, tbody and tfoot. > :not(:last-child) > :last-child > * { border-bottom-width: 2px; } } .table-vcenter { th, td { vertical-align: middle; } } // Table tools .js-table-checkable tbody tr, .js-table-sections-header > tr { cursor: pointer; } .js-table-sections-header { > tr > td:first-child > i { transition: transform .2s ease-out; } + tbody { display: none; } &.show { > tr > td:first-child > i { transform: rotate(90deg); } + tbody { display: table-row-group; } } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel