feat: reduce ready selector specificity (#2683)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2683 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
0f1f131f7a
commit
9d604f7a3b
@ -3,7 +3,7 @@
|
|||||||
<div class="offline" style="height: 0;width: 0;"></div>
|
<div class="offline" style="height: 0;width: 0;"></div>
|
||||||
<div class="app offline" v-if="!online">
|
<div class="app offline" v-if="!online">
|
||||||
<div class="offline-message">
|
<div class="offline-message">
|
||||||
<h1>{{ $t('offline.title') }}</h1>
|
<h1 class="title">{{ $t('offline.title') }}</h1>
|
||||||
<p>{{ $t('offline.text') }}</p>
|
<p>{{ $t('offline.text') }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -128,8 +128,9 @@ load()
|
|||||||
bottom: 5vh;
|
bottom: 5vh;
|
||||||
color: $white;
|
color: $white;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
.title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -137,5 +138,4 @@ load()
|
|||||||
font-weight: 700 !important;
|
font-weight: 700 !important;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user