From 954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 17 Jul 2022 17:10:30 +0200 Subject: Fix #4447: Nord theme (#4451) * fix: add height 100% for * remove height 100% in all themes * fixed order in template.css --- p/themes/Ansum/ansum.css | 1 - p/themes/Ansum/ansum.rtl.css | 1 - p/themes/Ansum/ansum.scss | 1 - 3 files changed, 3 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index cc54afa32..dc75c6c37 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -1571,7 +1571,6 @@ form th { /*============*/ html, body { background: #f5f0ec; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 4a4d9438c..485a1ca18 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -1571,7 +1571,6 @@ form th { /*============*/ html, body { background: #f5f0ec; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } diff --git a/p/themes/Ansum/ansum.scss b/p/themes/Ansum/ansum.scss index 5f0cd0b5a..0cf9a84f2 100644 --- a/p/themes/Ansum/ansum.scss +++ b/p/themes/Ansum/ansum.scss @@ -36,7 +36,6 @@ /*============*/ html, body { background: variables.$grey-light; - height: 100%; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } -- cgit v1.2.3