| Current Path : /var/www/iplanru/data/www/iplan.5018.vps.agava.net/templates/yoo_everest/less/uikit/ |
| Current File : /var/www/iplanru/data/www/iplan.5018.vps.agava.net/templates/yoo_everest/less/uikit/subnav.less |
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
//
// 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-background: @global-light-background;
@subnav-pill-hover-color: @global-link-color;
@subnav-pill-active-background: @global-primary-background;
@subnav-pill-active-color: @global-contrast-color;
//
// New
//
@subnav-pill-gradient-top: @global-default-gradient-top;
@subnav-pill-gradient-bottom: @global-default-gradient-bottom;
// Modifier: `uk-subnav-line'
// ========================================================================
.hook-subnav-line-divider() {}
// Modifier: `uk-subnav-pill'
// ========================================================================
.hook-subnav-pill() {}
// Hover
.hook-subnav-pill-hover() {}
// Active
.hook-subnav-pill-active() {
background-image: -webkit-linear-gradient(top, @subnav-pill-gradient-top, @subnav-pill-gradient-bottom);
background-image: linear-gradient(to bottom, @subnav-pill-gradient-top, @subnav-pill-gradient-bottom);
}
// Miscellaneous
// ========================================================================
.hook-subnav-misc() {}