
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/818 Reviewed-by: konrad <k@knt.li> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
24 lines
447 B
SCSS
24 lines
447 B
SCSS
.offline {
|
|
background: url('@/assets/llama-nightscape.jpg') no-repeat center;
|
|
background-size: cover;
|
|
height: 100vh;
|
|
|
|
.offline-message {
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100vw;
|
|
bottom: 5vh;
|
|
color: $white;
|
|
padding: 0 1rem;
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 1.5rem;
|
|
text-align: center;
|
|
color: $white;
|
|
font-weight: 700 !important;
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
}
|