2017-07-18 02:56:05 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/palette";
|
2017-03-11 04:47:23 +08:00
|
|
|
|
|
|
|
.background {
|
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2018-10-19 04:37:14 +08:00
|
|
|
background-color: var(--color-gray-dark);
|
|
|
|
color: var(--color-white);
|
2017-03-11 04:47:23 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 10rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|