mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
795 lines
15 KiB
Text
795 lines
15 KiB
Text
|
/*!
|
||
|
* Hover.css (http://ianlunn.github.io/Hover/)
|
||
|
* Version: 2.3.2
|
||
|
* Author: Ian Lunn @IanLunn
|
||
|
* Author URL: http://ianlunn.co.uk/
|
||
|
* Github: https://github.com/IanLunn/Hover
|
||
|
|
||
|
* Hover.css Copyright Ian Lunn 2017. Generated with LESS.
|
||
|
*/
|
||
|
|
||
|
|
||
|
@import "_options";
|
||
|
@import "_mixins";
|
||
|
@import "_hacks";
|
||
|
|
||
|
|
||
|
/* 2D TRANSITIONS */
|
||
|
@import "effects/2d-transitions/_grow";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-grow {
|
||
|
.grow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_shrink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-shrink {
|
||
|
.shrink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_pulse";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-pulse {
|
||
|
.pulse();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_pulse-grow";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-pulse-grow {
|
||
|
.pulse-grow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_pulse-shrink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-pulse-shrink {
|
||
|
.pulse-shrink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_push";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-push {
|
||
|
.push();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_pop";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-pop {
|
||
|
.pop();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_bounce-in";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-in {
|
||
|
.bounce-in();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_bounce-out";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-out {
|
||
|
.bounce-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_rotate";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-rotate {
|
||
|
.rotate();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_grow-rotate";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-grow-rotate {
|
||
|
.grow-rotate();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_float";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-float {
|
||
|
.float();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_sink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-sink {
|
||
|
.sink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_bob";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bob {
|
||
|
.bob();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_hang";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-hang {
|
||
|
.hang();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_skew";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-skew {
|
||
|
.skew();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_skew-forward";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-skew-forward {
|
||
|
.skew-forward();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_skew-backward";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-skew-backward {
|
||
|
.skew-backward();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-vertical";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-vertical {
|
||
|
.wobble-vertical();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-horizontal";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-horizontal {
|
||
|
.wobble-horizontal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-to-bottom-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-to-bottom-right {
|
||
|
.wobble-to-bottom-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-to-top-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-to-top-right {
|
||
|
.wobble-to-top-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-top";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-top {
|
||
|
.wobble-top();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-bottom";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-bottom {
|
||
|
.wobble-bottom();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_wobble-skew";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-wobble-skew {
|
||
|
.wobble-skew();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_buzz";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-buzz {
|
||
|
.buzz();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_buzz-out";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-buzz-out {
|
||
|
.buzz-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_forward";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-forward {
|
||
|
.forward();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/2d-transitions/_backward";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-backward {
|
||
|
.backward();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* BACKGROUND TRANSITIONS */
|
||
|
@import "effects/background-transitions/_fade";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-fade {
|
||
|
.fade();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_back-pulse";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-back-pulse {
|
||
|
.back-pulse();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_sweep-to-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-sweep-to-right {
|
||
|
.sweep-to-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_sweep-to-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-sweep-to-left {
|
||
|
.sweep-to-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_sweep-to-bottom";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-sweep-to-bottom {
|
||
|
.sweep-to-bottom();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_sweep-to-top";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-sweep-to-top {
|
||
|
.sweep-to-top();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_bounce-to-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-to-right {
|
||
|
.bounce-to-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_bounce-to-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-to-left {
|
||
|
.bounce-to-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_bounce-to-bottom";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-to-bottom {
|
||
|
.bounce-to-bottom();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_bounce-to-top";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bounce-to-top {
|
||
|
.bounce-to-top();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_radial-out";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-radial-out {
|
||
|
.radial-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_radial-in";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-radial-in {
|
||
|
.radial-in();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_rectangle-in";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-rectangle-in {
|
||
|
.rectangle-in();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_rectangle-out";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-rectangle-out {
|
||
|
.rectangle-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_shutter-in-horizontal";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-shutter-in-horizontal {
|
||
|
.shutter-in-horizontal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_shutter-out-horizontal";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-shutter-out-horizontal {
|
||
|
.shutter-out-horizontal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_shutter-in-vertical";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-shutter-in-vertical {
|
||
|
.shutter-in-vertical();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/background-transitions/_shutter-out-vertical";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-shutter-out-vertical {
|
||
|
.shutter-out-vertical();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
/* BORDER TRANSITIONS */
|
||
|
@import "effects/border-transitions/_border-fade";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-border-fade {
|
||
|
.border-fade();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_hollow";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-hollow {
|
||
|
.hollow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_trim";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-trim {
|
||
|
.trim();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_ripple-out";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-ripple-out {
|
||
|
.ripple-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_ripple-in";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-ripple-in {
|
||
|
.ripple-in();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_outline-out";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-outline-out {
|
||
|
.outline-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_outline-in";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-outline-in {
|
||
|
.outline-in();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_round-corners";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-round-corners {
|
||
|
.round-corners();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_underline-from-left";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-underline-from-left {
|
||
|
.underline-from-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_underline-from-center";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-underline-from-center {
|
||
|
.underline-from-center();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_underline-from-right";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-underline-from-right {
|
||
|
.underline-from-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_overline-from-left";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-overline-from-left {
|
||
|
.overline-from-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_overline-from-center";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-overline-from-center {
|
||
|
.overline-from-center();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_overline-from-right";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-overline-from-right {
|
||
|
.overline-from-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_reveal";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-reveal {
|
||
|
.reveal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_underline-reveal";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-underline-reveal {
|
||
|
.underline-reveal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/border-transitions/_overline-reveal";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-overline-reveal {
|
||
|
.overline-reveal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
/* SHADOW/GLOW TRANSITIONS */
|
||
|
@import "effects/shadow-and-glow-transitions/_glow";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-glow {
|
||
|
.glow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_shadow";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-shadow {
|
||
|
.shadow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_grow-shadow";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-grow-shadow {
|
||
|
.grow-shadow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_box-shadow-outset";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-box-shadow-outset {
|
||
|
.box-shadow-outset();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_box-shadow-inset";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-box-shadow-inset {
|
||
|
.box-shadow-inset();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_float-shadow";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-float-shadow {
|
||
|
.float-shadow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/shadow-and-glow-transitions/_shadow-radial";
|
||
|
& when (@includeClasses = true) {
|
||
|
.@{nameSpace}-show-radial {
|
||
|
.shadow-radial();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* SPEECH BUBBLES */
|
||
|
@import "effects/speech-bubbles/_bubble-top";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-top {
|
||
|
.bubble-top();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-right {
|
||
|
.bubble-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-bottom";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-bottom {
|
||
|
.bubble-bottom();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-left {
|
||
|
.bubble-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-float-top";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-float-top {
|
||
|
.bubble-float-top();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-float-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-float-right {
|
||
|
.bubble-float-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-float-bottom";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-float-bottom {
|
||
|
.bubble-float-bottom();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/speech-bubbles/_bubble-float-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-bubble-float-left {
|
||
|
.bubble-float-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* ICONS */
|
||
|
@import "effects/icons/_icon-back";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-back {
|
||
|
.icon-back();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-forward";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-forward {
|
||
|
.icon-forward();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-down";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-down {
|
||
|
.icon-down();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-up";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-up {
|
||
|
.icon-up();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-spin";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-spin {
|
||
|
.icon-spin();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-drop";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-drop {
|
||
|
.icon-drop();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-fade";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-fade {
|
||
|
.icon-fade();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-float-away";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-float-away {
|
||
|
.icon-float-away();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-sink-away";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-sink-away {
|
||
|
.icon-sink-away();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-grow";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-grow {
|
||
|
.icon-grow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-shrink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-shrink {
|
||
|
.icon-shrink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-pulse";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-pulse {
|
||
|
.icon-pulse();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-pulse-grow";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-pulse-grow {
|
||
|
.icon-pulse-grow();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-pulse-shrink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-pulse-shrink {
|
||
|
.icon-pulse-shrink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-push";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-push {
|
||
|
.icon-push();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-pop";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-pop {
|
||
|
.icon-pop();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-bounce";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-bounce {
|
||
|
.icon-bounce();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-rotate";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-rotate {
|
||
|
.icon-rotate();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-grow-rotate";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-grow-rotate {
|
||
|
.icon-grow-rotate();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-float";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-float {
|
||
|
.icon-float();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-sink";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-sink {
|
||
|
.icon-sink();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-bob";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-bob {
|
||
|
.icon-bob();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-hang";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-hang {
|
||
|
.icon-hang();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-wobble-horizontal";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-wobble-horizontal {
|
||
|
.icon-wobble-horizontal();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-wobble-vertical";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-wobble-vertical {
|
||
|
.icon-wobble-vertical();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-buzz";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-buzz {
|
||
|
.icon-buzz();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/icons/_icon-buzz-out";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-icon-buzz-out {
|
||
|
.icon-buzz-out();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* CURLS */
|
||
|
@import "effects/curls/_curl-top-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-curl-top-left {
|
||
|
.curl-top-left();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/curls/_curl-top-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-curl-top-right {
|
||
|
.curl-top-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/curls/_curl-bottom-right";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-curl-bottom-right {
|
||
|
.curl-bottom-right();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "effects/curls/_curl-bottom-left";
|
||
|
& when(@includeClasses = true) {
|
||
|
.@{nameSpace}-curl-bottom-left {
|
||
|
.curl-bottom-left();
|
||
|
}
|
||
|
}
|