[Repertory release notification icon] [Prevent release change when mount is busy] [Initial loading animation]
This commit is contained in:
16
src/components/UI/Loading/Loading.css
Normal file
16
src/components/UI/Loading/Loading.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.Loading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.Content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
top: 50%; left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
Reference in New Issue
Block a user