From 53ebc551d2cc715101fb0087b58d7bc4bdfc44ce Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 23 Feb 2020 15:13:18 +0100 Subject: [PATCH] ui: fix icon sizing on login --- passbook/static/static/passbook/pf.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/passbook/static/static/passbook/pf.css b/passbook/static/static/passbook/pf.css index 718b516f5..e835a8203 100644 --- a/passbook/static/static/passbook/pf.css +++ b/passbook/static/static/passbook/pf.css @@ -7,11 +7,16 @@ z-index: 0; } -@@ -1,204 +0,0 @@ -.navbar-brand-name { - height: 35px; +/* login page's icons */ +.pf-c-login__main-footer-links-item-link img { + fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill); + width: 100%; + max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width); + height: 100%; + max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height); } +/* Dynamic array widget */ .dynamic-array-widget .array-item { display: flex; align-items: center;