Files
docker-docs/styles/loading.less
Jeffrey Morgan dba0a1a095 Better loading indicators, removed some unused code
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-10-06 21:43:04 -04:00

14 lines
201 B
Plaintext

.loading {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
.loading-content {
display: flex;
flex: 1 1;
align-items: center;
justify-content: center;
}
}