File Manager

Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/assets/uikit-themes/master-sonic
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/assets/uikit-themes/master-sonic/tab.less
// // Component: Tab // // ======================================================================== // Variables // ======================================================================== @tab-item-color: @global-color; @tab-item-hover-color: @global-link-color; @tab-item-active-color: @global-link-color; // // Master // @tab-border: rgba(0, 0, 0, 0); @tab-item-border-width: 2px; @tab-item-text-transform: @global-primary-text-transform; @tab-item-active-border: @global-link-color; @tab-item-hover-border: @global-link-color; // 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 // ======================================================================== .hook-inverse-tab() {} .hook-inverse-tab-item() {} .hook-inverse-tab-item-hover() {} .hook-inverse-tab-item-active() {} .hook-inverse-tab-item-disabled() {}