From bd97c5601d686dc5242f2a4679d83c1f826c5ac4 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 10 Jun 2023 08:02:56 +0200 Subject: fix: new article banner in Ansum/mapco theme (#5453) * fix * rtl --- p/themes/Mapco/_layout.scss | 2 +- p/themes/Mapco/mapco.css | 2 +- p/themes/Mapco/mapco.rtl.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index b57a48fd0..d20c837fb 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -112,7 +112,7 @@ main.prompt { } #new-article > a { - line-height: 3em; + padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem; font-weight: bold; color: variables.$white; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index e41bdbdd4..1786f7475 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -757,7 +757,7 @@ main.prompt { } #new-article > a { - line-height: 3em; + padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem; font-weight: bold; color: #fff; } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 345e90ae0..bda493487 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -757,7 +757,7 @@ main.prompt { } #new-article > a { - line-height: 3em; + padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem; font-weight: bold; color: #fff; } -- cgit v1.2.3