// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // OMTDComponent: Tab // // ======================================================================== // Variables // ======================================================================== @tab-border: @global-border; @tab-border-width: @global-border-width; @tab-padding-vertical: 10px; @tab-color: @global-muted-color; @tab-hover-border: rgba(0,0,0,0); @tab-hover-background: rgba(0,0,0,0); @tab-hover-color: @global-color; @tab-active-border: @global-border; @tab-active-background: @global-background; @tab-active-color: @global-color; @tab-disabled-color: lighten(@global-muted-color, 15%); // // New // @tab-font-family: @global-alt-font-family; @tab-font-size: 13px; @tab-text-transform: @global-text-transform; // OMTDComponent // ======================================================================== // // Items // .hook-tab() { font-family: @tab-font-family; font-size: @tab-font-size; text-transform: @tab-text-transform; } // Hover .hook-tab-hover() {} // Active .hook-tab-active() {} // Disabled .hook-tab-disabled() {} // Miscellaneous // ======================================================================== .hook-tab-misc() {}