Skip to content

Commit ff284bb

Browse files
committed
Added minified versions of css and js.
1 parent 560fcee commit ff284bb

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

_angular-steps.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
.step {
55
position: absolute;
6-
width: 100%;
7-
height: 100%;
86
z-index: 1;
97
}
108
.step.ng-hide {

angular-steps.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
.angular-steps {
2-
position: relative;
2+
position: relative;
33
}
44
.angular-steps .step {
5-
position: absolute;
6-
z-index: 1;
5+
position: absolute;
6+
z-index: 1;
77
}
88
.angular-steps .step.ng-hide {
9-
display: block !important;
10-
z-index: 0;
9+
display: block !important;
10+
z-index: 0;
1111
}
12-
1312
/*
1413
* Animations (optional) - requires ngAnimate
1514
*/
1615
.angular-steps .step.ng-hide-add,
1716
.angular-steps .step.ng-hide-remove {
18-
transition: all 0.6s ease-in-out;
19-
opacity: 1;
17+
transition: all 0.6s ease-in-out;
18+
opacity: 1;
2019
}
2120
.angular-steps .step.ng-hide {
22-
opacity: 0;
21+
opacity: 0;
2322
}

angular-steps.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
.step {
55
position: absolute;
6-
width: 100%;
7-
height: 100%;
86
z-index: 1;
97
}
108
.step.ng-hide {

angular-steps.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-steps.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)