@hybris-software/use-auth
Version:
Simple way to dispatch the user based on it's status (logged in/not logged in)
20 lines (19 loc) • 367 B
CSS
.globalLoader {
width: 100vw;
height: 100vh;
background-color: white;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.defaultLoaderImage {
max-width: 500px;
max-height: 500px;
display: flex;
justify-content: center;
align-items: center;
}