From 9d604f7a3bc057bbe27ac19e73ac59736154d9b7 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sat, 12 Nov 2022 10:48:15 +0000 Subject: [PATCH] feat: reduce ready selector specificity (#2683) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2683 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- src/components/misc/ready.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/misc/ready.vue b/src/components/misc/ready.vue index e00e7a63bb..128ce6e06c 100644 --- a/src/components/misc/ready.vue +++ b/src/components/misc/ready.vue @@ -3,7 +3,7 @@
-

{{ $t('offline.title') }}

+

{{ $t('offline.title') }}

{{ $t('offline.text') }}

@@ -128,14 +128,14 @@ load() 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; - } +.title { + font-weight: bold; + font-size: 1.5rem; + text-align: center; + color: $white; + font-weight: 700 !important; + font-size: 1.5rem; }