openmct/platform/commonUI/general/res/sass/_app-start.scss

11 lines
266 B
SCSS
Raw Normal View History

// At the last, hide .l-splash-holder and show .holder-all
.l-splash-holder.fadeout {
@include trans-prop-nice($props: opacity, $dur: 1000ms);
opacity: 0;
pointer-events: none;
}
.user-environ .holder-all {
opacity: 1;
pointer-events: inherit;
}