react-saasify-chrisvxd
Version:
React components for Saasify web clients.
22 lines (19 loc) • 329 B
CSS
.loading {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100vh;
background: #23303a;
}
.loading .title {
font-size: 1.4em;
margin-bottom: 1.5em;
color: #fff ;
}
.loading .loading-icon {
color: #fff;
font-size: 4em;
}