PHP Classes

File: assets/vendor/bootstrap-md/scss/free/_tables.scss

Recommend this page to a friend!
  Classes of akeel   F3A   assets/vendor/bootstrap-md/scss/free/_tables.scss   Download  
File: assets/vendor/bootstrap-md/scss/free/_tables.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 1,395 bytes
 

Contents

Class file image Download
// Tables table { th { font-size: $table-th-font-size; font-weight: 400; } td { font-size: $table-td-font-size; font-weight: 300; } &.table { thead th { border-top: none; } th, td { padding-top: $table-th-padding-top; padding-bottom: $table-td-padding-bottom; } a { margin: 0; color: $table-a-color; // &.btn { // color: inherit; // } } .label-table { height: $table-label-line-height; padding: 0; margin: 0; line-height: $table-label-height; } &.btn-table { td { vertical-align: middle; } } } &.table-hover { tbody { tr { &:hover { background-color: $table-hover-background-color; transition: $table-hover-transition; } } } } .th-lg { min-width: $table-th-lg-min-width; } .th-sm { min-width: $table-th-sm-min-width; } &.table-sm { th, td { padding-top: $table-sm-padding-y; padding-bottom: $table-sm-padding-y; } } } .table-scroll-vertical { max-height: $table-scroll-vertical-max-height; overflow-y: auto; } .table-fixed { table-layout: fixed; } .table-responsive, .table-responsive-sm, .table-responsive-md, .table-responsive-lg, .table-responsive-xl { > .table-bordered { border-top: 1px solid #dee2e6; } }