// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Dotnav // // ======================================================================== // Variables // ======================================================================== @dotnav-margin-horizontal: 10px; @dotnav-margin-vertical: @dotnav-margin-horizontal; @dotnav-width: 16px; @dotnav-height: @dotnav-width; @dotnav-background: darken(@global-light-background, 5%); @dotnav-hover-background: darken(@global-light-background, 20%); @dotnav-onclick-background: @global-highlight-background; @dotnav-active-background: @global-primary-color; // Component // ======================================================================== .hook-dotnav-item() {} .hook-dotnav-item-hover() {} .hook-dotnav-item-onclick() {} .hook-dotnav-item-active() {} .hook-dotnav-contrast-item() {} .hook-dotnav-contrast-item-hover() {} .hook-dotnav-contrast-item-onclick() {} .hook-dotnav-contrast-item-active() {} // Miscellaneous // ======================================================================== .hook-dotnav-misc() {}