2017-11-09 17:47:10 +01:00
|
|
|
.loading-overlay {
|
2018-04-18 09:56:52 +02:00
|
|
|
left: 0;
|
2018-09-19 21:13:58 +02:00
|
|
|
z-index: 51;
|
2019-01-23 16:25:34 +01:00
|
|
|
position: fixed;
|
2017-11-09 17:47:10 +01:00
|
|
|
flex-direction: column;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2018-04-18 09:56:52 +02:00
|
|
|
flex: 1 1 auto;
|
2017-11-09 17:47:10 +01:00
|
|
|
width: 100%;
|
2018-09-19 20:03:53 +02:00
|
|
|
height: 100%;
|
2018-04-18 09:56:52 +02:00
|
|
|
background: rgba(255, 255, 255, .8);
|
2017-11-09 17:47:10 +01:00
|
|
|
|
2018-12-07 18:22:43 +01:00
|
|
|
&__screen-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2018-05-01 03:28:34 +02:00
|
|
|
&__container {
|
|
|
|
position: absolute;
|
|
|
|
top: 33%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__message {
|
|
|
|
margin-top: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20px;
|
|
|
|
color: $manatee;
|
|
|
|
}
|
2018-12-06 20:39:47 +01:00
|
|
|
|
|
|
|
&__error-screen {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
height: 160px;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__error-buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__emoji {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
2018-05-01 03:28:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
height: 58px;
|
|
|
|
width: 58px;
|
2017-11-09 17:47:10 +01:00
|
|
|
}
|