This repository has been archived on 2025-09-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
repertory-ui/src/components/UI/Loading/Loading.css
2019-04-09 12:18:57 -05:00

18 lines
284 B
CSS

.Loading {
margin: 0;
padding: 0;
height: inherit;
width: 100%;
box-sizing: border-box;
}
.LoadingContent {
margin: 0;
padding: 0;
position: relative;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
width: 28px;
height: 28px;
box-sizing: border-box;
}