| Current Path : /var/www/iplanru/data/www/i-plan.ru/templates/yoo_everest/warp/vendor/uikit/less/addons/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/templates/yoo_everest/warp/vendor/uikit/less/addons/sticky.less |
// Name: Sticky
// Description: Make elements remain at the top of the viewport
//
// Component: `uk-sticky`
//
// States: `uk-active`
//
// ========================================================================
// Variables
// ========================================================================
@sticky-z-index: 980;
/* ========================================================================
Component: Sticky
========================================================================== */
.uk-sticky { z-index: @sticky-z-index; }
// Hooks
// ========================================================================
.hook-sticky-misc;
.hook-sticky-misc() {}