| Current Path : /home/s/u/n/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/ |
| Current File : /home/s/u/n/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/table.less |
// Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */
//
// Component: Table
//
// ========================================================================
// Variables
// ========================================================================
@table-margin-vertical: @global-margin;
@table-caption-color: @global-muted-color;
@table-caption-font-size: round((@global-font-size * 0.85)); // 12px
@table-striped-background: @global-light-background;
@table-hover-background: darken(@global-light-background, 3%);
// Component
// ========================================================================
.hook-table() {
border-bottom: 1px dotted @global-border;
box-shadow: 0 2px 0 @theme_global-light-shadow;
}
// Miscellaneous
// ========================================================================
.hook-table-misc() {
.uk-table {
border: 1px solid @global-border;
}
table thead, table tfoot {
background-color: rgba(0,0,0,0.03);
}
}