2016-12-30 15:05:16 +01:00
|
|
|
.cp #loading {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
top: 0px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
background: @bg-loading;
|
2017-01-18 18:02:32 +01:00
|
|
|
color: @color-loading;
|
2016-12-30 15:05:16 +01:00
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
.loadingContainer {
|
|
|
|
|
margin-top: 50vh;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
}
|
|
|
|
|
.cryptofist {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2017-01-03 12:19:07 +01:00
|
|
|
@media screen and (max-height: @media-short-screen) {
|
2016-12-30 15:05:16 +01:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.spinnerContainer {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100px;
|
|
|
|
|
> div {
|
|
|
|
|
height: 100px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|