salix/front/core/styles/md-override.scss

12 lines
130 B
SCSS

html {
background-color: initial;
}
// Disable ng-repeat effects
.ng-enter,
.ng-leave {
transition: none !important;
}