From dc3e444a3c8135b480c9f0a672febad0bb200ebe Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 7 Mar 2024 10:31:28 +0100 Subject: [PATCH] Bug 36265: Bigger font-size for headers in staff interface In staff interface, text in nav bar and search header are at normal size. Since these are used a lot, I propose to increase font-size at 110%. Test by applying patch and rebuild CSS to see bigger text in staff interface Signed-off-by: Owen Leonard Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss index 292ef7754e..55f31a5dfb 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss @@ -7,6 +7,7 @@ a.navbar-toggle { overflow: hidden; color: #FFFFFF; text-shadow: unset; + font-size: 110%; &:hover, &:active, @@ -85,6 +86,7 @@ a.navbar-toggle { padding: 0 .25em; margin: 0 .25em; border: 2px solid transparent; + font-size: 110%; } } } -- 2.30.2