This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
334 B
SCSS
Raw Normal View History

2023-10-12 14:01:05 +02:00
#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;
}
}