//
// Component: Table
//
// ========================================================================


// Variables
// ========================================================================

@table-row-active-background:                           darken(@global-muted-background, 2%);

@table-striped-row-background:                          @table-row-active-background;

@table-header-cell-color:                               @global-muted-color;

//
// Master
//

@table-header-cell-font-family:                         @global-secondary-font-family;
@table-header-cell-text-transform:                      uppercase;
@table-header-cell-letter-spacing:                      1.7px;
@table-header-cell-font-style:                          @global-secondary-font-style;


// Component
// ========================================================================

.hook-table-header-cell() {}

.hook-table-cell() {}

.hook-table-footer() {}

.hook-table-caption() {}

.hook-table-row-active() {}


// Style modifiers
// ========================================================================

.hook-table-divider() {}

.hook-table-striped() {}

.hook-table-hover() {}


// Size modifier
// ========================================================================

.hook-table-small() {}

.hook-table-large() {}


// Miscellaneous
// ========================================================================

.hook-table-misc() {}


// Inverse
// ========================================================================

.hook-inverse-table-header-cell() {}
.hook-inverse-table-caption() {}
.hook-inverse-table-row-active() {}
.hook-inverse-table-divider() {}
.hook-inverse-table-striped() {}
.hook-inverse-table-hover() {}
