File Manager

Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-morgan-consulting
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-morgan-consulting/tab.less
// // Component: Tab // // ======================================================================== // Variables // ======================================================================== @tab-item-padding-vertical: 10px; @tab-item-color: @global-muted-color; @tab-item-hover-color: @global-color; // // Master // @tab-border-width: 0; @tab-item-border-width: 3px; @tab-item-hover-border: @global-primary-background; @tab-item-active-border: @global-primary-background; @tab-item-font-size: 15px; @tab-item-line-height: 20px; @tab-item-letter-spacing: 0; // Component // ======================================================================== .hook-tab() {} // Items // ======================================================================== .hook-tab-item() {} .hook-tab-item-hover() {} .hook-tab-item-active() {} .hook-tab-item-disabled() {} // Position modifiers // ======================================================================== .hook-tab-bottom() {} .hook-tab-bottom-item() {} .hook-tab-left() {} .hook-tab-left-item() {} .hook-tab-right() {} .hook-tab-right-item() {} // Miscellaneous // ======================================================================== .hook-tab-misc() {} // Inverse // ======================================================================== @inverse-tab-border: transparent; @inverse-tab-item-hover-border: @inverse-global-border; @inverse-tab-item-hover-color: @inverse-global-muted-color; .hook-inverse-tab() {} .hook-inverse-tab-item() {} .hook-inverse-tab-item-hover() {} .hook-inverse-tab-item-active() {} .hook-inverse-tab-item-disabled() {}