20 lines
334 B
SCSS
20 lines
334 B
SCSS
#content-offline {
|
|
@include transform(translateY(30vh));
|
|
text-align: center;
|
|
|
|
.offline-title {
|
|
font-size: 3.6rem;
|
|
}
|
|
.offline-subtitle {
|
|
margin: 0.4rem 0;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
line-height: 100%;
|
|
color: #57606a;
|
|
}
|
|
.error-text {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|