| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/_splashscreen.scss |
.mask-splashscreen {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
&__logo {
margin-bottom: 5px;
}
&__label {
font-size: 65px;
font-weight: 600;
}
}
.fade-leave-active {
transition: opacity 0.5s;
}
.fade-leave-to {
opacity: 0;
}