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

12 lines
130 B
SCSS
Raw Normal View History

2019-02-20 13:34:16 +00:00
html {
background-color: initial;
}
// Disable ng-repeat effects
.ng-enter,
.ng-leave {
transition: none !important;
}