// 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: 12px; @table-striped-background: @global-light-background; @table-hover-background: darken(@global-light-background, 6%); // Component // ======================================================================== .hook-table() {} // Miscellaneous // ======================================================================== .hook-table-misc() {}