From ca32d8b85622b572d905721dec60e66679301f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 4 Mar 2019 11:03:10 +0100 Subject: [PATCH] add generic o_hidden class --- web/static/src/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/src/scss/app.scss b/web/static/src/scss/app.scss index e204fda5..7b8ec843 100644 --- a/web/static/src/scss/app.scss +++ b/web/static/src/scss/app.scss @@ -31,6 +31,10 @@ body { } } +.o_hidden { + display: none; +} + /***** Web Client *****/ .o_web_client { font-family: sans-serif;