update components

This commit is contained in:
Luke Pulverenti
2016-04-23 22:43:52 -04:00
parent 049bc4aeac
commit 13580d0378
7 changed files with 19 additions and 34 deletions
@@ -1,21 +1,14 @@
.docspinner {
margin-top: -4vh;
margin-left: -4vh;
width: 7vh;
height: 7vh;
margin-top: -5vh;
margin-left: -5vh;
width: 10vh;
height: 10vh;
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}
.docspinner.tv {
margin-top: -5vh;
margin-left: -5vh;
width: 10vh;
height: 10vh;
}
.loadingHide {
display: none !important;
}
}