From 5feefe416ff805090ad211eb670cc08c0db27dc1 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 9 Jan 2023 08:41:01 +0100 Subject: fix: Ansum/Mapco theme: updating notification (#4995) --- p/themes/Ansum/_layout.scss | 4 ++++ p/themes/Ansum/ansum.css | 3 +++ p/themes/Ansum/ansum.rtl.css | 3 +++ 3 files changed, 10 insertions(+) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 76280d7a7..c5a1a2b3e 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -358,6 +358,10 @@ main.prompt { br { display: none; } + + .title { + margin: 0 2rem; + } } } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 06b2697d3..9b5990414 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -937,6 +937,9 @@ main.prompt { .notification#actualizeProgress br { display: none; } +.notification#actualizeProgress .title { + margin: 0 2rem; +} /*=== Navigation menu (for articles) */ #nav_entries { diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 69e3cb826..b5450ad20 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -937,6 +937,9 @@ main.prompt { .notification#actualizeProgress br { display: none; } +.notification#actualizeProgress .title { + margin: 0 2rem; +} /*=== Navigation menu (for articles) */ #nav_entries { -- cgit v1.2.3