body {
margin: 0;
}
.nau-bundle-loading {
height: 100vh;
display: flex;
align-content: center;
justify-content: center;
color: white;
background: #da374c;
flex-wrap: wrap;
text-align: center;
font-weight: 700;
font-size: 14px;
}
.nau-bundle-loading p {
margin-bottom: 0;
}
.nau-bundle-loading > * {
width: 100%;
}
.paper-plane {
animation: plane-fly 2s infinite;
}
@keyframes plane-fly {
0%,
100% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, -10px, 0);
}
}
Please enable JavaScript to continue using this application.