12 lines
130 B
SCSS
12 lines
130 B
SCSS
|
|
||
|
html {
|
||
|
background-color: initial;
|
||
|
}
|
||
|
|
||
|
// Disable ng-repeat effects
|
||
|
|
||
|
.ng-enter,
|
||
|
.ng-leave {
|
||
|
transition: none !important;
|
||
|
}
|