| Current Path : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/ |
| Current File : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/subnav.less |
// Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */
//
// Component: Subnav
//
// ========================================================================
// Variables
// ========================================================================
@subnav-color: @global-color;
@subnav-hover-color: @global-link-color;
@subnav-hover-text-decoration: underline;
@subnav-active-color: @global-link-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: lighten(@global-default-background, 10%);
@subnav-pill-gradient-bottom: @global-default-background;
// Component
// ==========================================================================
//
// Items
//
.hook-subnav() {}
// Hover
.hook-subnav-hover() {}
// Active
.hook-subnav-active() {}
// 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);
}
// Disabled state
// ========================================================================
.hook-subnav-disabled() {}
// Miscellaneous
// ========================================================================
.hook-subnav-misc() {}