File Manager

Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/box-shadow
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/box-shadow/icon.less
// // Component: Icon // // ======================================================================== // Variables // ======================================================================== // // New // @icon-button-box-shadow: none; @icon-button-hover-box-shadow: none; // Style modifiers // ======================================================================== // // Link // .hook-icon-link() {} .hook-icon-link-hover() {} .hook-icon-link-active() {} // // Button // .hook-icon-button() when not (@icon-button-box-shadow = none) { box-shadow: @icon-button-box-shadow; } .hook-icon-button-hover() when not (@icon-button-hover-box-shadow = none) { box-shadow: @icon-button-hover-box-shadow; } .hook-icon-button-active() {} // Miscellaneous // ======================================================================== .hook-icon-misc() {} // Inverse // ======================================================================== .hook-inverse-icon-link() {} .hook-inverse-icon-link-hover() {} .hook-inverse-icon-link-active() {} .hook-inverse-icon-button() {} .hook-inverse-icon-button-hover() {} .hook-inverse-icon-button-active() {}