From 51d08f3c36fd5c33cad2ebaed1cb7beeafbf37ac Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Fri, 26 Feb 2021 16:44:43 +0100 Subject: [PATCH] add hidden class --- extensions/odoo_theme/static/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 7e4e9dc48..679a3d370 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -18,6 +18,12 @@ body { margin-left: 1rem; } } + +.hidden { + visibility: hidden !important; + display: none !important; + opacity: 0 !important; +} //------------------------------------------------------------------------------ // Header with logo, searchbar and switchers //------------------------------------------------------------------------------