// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // 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 / 14px @table-striped-background: @global-muted-background; @table-hover-background: darken(@table-striped-background, 2%); // Component // ======================================================================== .hook-table() {} .hook-table-active() {} .hook-table-striped() {} .hook-table-condensed() {} .hook-table-hover() {} // Miscellaneous // ======================================================================== .hook-table-misc() {}