Basic style for PageLoader

This commit is contained in:
Melvin Valster
2019-07-27 13:33:07 +02:00
parent 016ed844e2
commit cfcaf996c2
3 changed files with 17 additions and 3 deletions
+9
View File
@@ -65,6 +65,15 @@ footer {
text-align: center;
}
.page-loader {
display: flex;
height: 85vh;
flex-direction: column;
justify-content: center;
text-align: center;
animation: fadeIn 3s forwards;
}
#tooltip-root {
position: absolute;
z-index: $z-index-tooltips;