// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Tab // // ======================================================================== // Variables // ======================================================================== @tab-border: @global-border; @tab-background: @global-background; @tab-color: @global-color; @tab-hover-border: @global-light-background; @tab-hover-background: @tab-hover-border; @tab-hover-color: @global-highlight-color; @tab-active-border: @global-border; @tab-active-background: @global-background; @tab-active-color: @global-highlight-color; @tab-disabled-color: @global-muted-color; // Component // ======================================================================== // // Items // .hook-tab() {} // Hover .hook-tab-hover() {} // Active .hook-tab-active() {} // Disabled .hook-tab-disabled() {} // Miscellaneous // ======================================================================== .hook-tab-misc() {}