| Current Path : /home/jlgagfroyt/www/AAOLD/templates/yoo_unity/less/uikit/ |
| Current File : /home/jlgagfroyt/www/AAOLD/templates/yoo_unity/less/uikit/subnav.less |
// Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
//
// Component: Subnav
//
// ========================================================================
// Variables
// ========================================================================
@subnav-color: @global-link-color;
@subnav-hover-color: @global-link-hover-color;
@subnav-disabled-color: @global-muted-color;
@subnav-line-border: @global-border;
@subnav-pill-hover-color: @global-color;
@subnav-pill-active-background: @global-primary-background;
@subnav-pill-active-color: @global-contrast-color;
//
// New
//
@subnav-pill-border-radius: @global-border-radius;
// Component
// ========================================================================
//
// Items
//
.hook-subnav-item() {}
// Link
.hook-subnav-link() {}
.hook-subnav-link-hover() {}
// Active
.hook-subnav-active() {}
// Disabled
.hook-subnav-disabled() {}
// Modifier: `uk-subnav-line'
// ========================================================================
.hook-subnav-line-divider() {}
// Modifier: `uk-subnav-pill'
// ========================================================================
.hook-subnav-pill() { border-radius: @subnav-pill-border-radius; }
// Hover
.hook-subnav-pill-hover() {}
// Active
.hook-subnav-pill-active() {}
// Miscellaneous
// ========================================================================
.hook-subnav-misc() {}