Path : /var/www/html/moneyexchange/public/src/scss/core/tables/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/moneyexchange/public/src/scss/core/tables/table-pages.scss |
/* Template Name: Admin Template Author: Wrappixel File: scss */ /******************* Table Cell *******************/ .table-box { display: table; width: 100%; } .cell { display: table-cell; vertical-align: middle; } .table thead th, .table th { font-weight: 500; } .nowrap { white-space: nowrap; } .lite-padding td { padding: 5px; } .v-middle { td, th { vertical-align: middle; } } /******************* Table td vertical middle *******************/ .vm.table td, .vm.table th { vertical-align: middle; } .no-th-brd.table th { border: 0px; } .table.no-border { tbody { td { border: 0px; } } }