Remove step pointer events block
unminify animate.css
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
}
|
||||
|
||||
.challenge-step-forward-leave-active {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transform: translate(-100%, 0);
|
||||
}
|
||||
@ -25,7 +24,6 @@
|
||||
}
|
||||
|
||||
.challenge-step-forward-enter-active {
|
||||
pointer-events: none;
|
||||
opacity: 1;
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
@ -37,14 +35,12 @@
|
||||
}
|
||||
|
||||
.challenge-step-backward-leave-active {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transform: translate(100%, 0);
|
||||
}
|
||||
|
||||
.challenge-step-backward-enter {
|
||||
transition: opacity .4s ease-in, transform .3s ease-in-out;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transform: translate(-100%, 0);
|
||||
}
|
||||
|
3338
client/less/lib/animate.less
vendored
Normal file
3338
client/less/lib/animate.less
vendored
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
@import "lib/bootstrap/bootstrap";
|
||||
@import "lib/bootstrap-social/bootstrap-social";
|
||||
@import "lib/ionicons/ionicons";
|
||||
@import "lib/animate.min.less";
|
||||
@import "lib/animate";
|
||||
@import "lib/bootstrap/variables";
|
||||
|
||||
html,body,div,span,a,li,td,th {
|
||||
|
@ -1,11 +1,10 @@
|
||||
link(rel='stylesheet', type='text/css' href='/css/lato.css')
|
||||
link(rel='stylesheet', type='text/css' href='/css/ubuntu.css')
|
||||
link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
|
||||
link(rel='stylesheet', href=rev('/css', 'main.css'))
|
||||
link(rel='stylesheet', href='/css/Vimeo.css')
|
||||
link(rel='stylesheet', href='/bower_components/CodeMirror/lib/codemirror.css')
|
||||
link(rel='stylesheet', href='/bower_components/CodeMirror/addon/lint/lint.css')
|
||||
link(rel='stylesheet', href='/bower_components/CodeMirror/theme/monokai.css')
|
||||
link(rel='stylesheet', href='/css/ubuntu.css')
|
||||
|
||||
include meta
|
||||
meta(charset='utf-8')
|
||||
|
Reference in New Issue
Block a user