From 7989f4865fa2cdd53def927cbe2112b09f6f6587 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 31 Mar 2016 11:19:15 +0200 Subject: Issue #670: Move .hidden to _others.scss --- web-ui/app/scss/_others.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/_others.scss b/web-ui/app/scss/_others.scss index e73ed33d..317a1066 100644 --- a/web-ui/app/scss/_others.scss +++ b/web-ui/app/scss/_others.scss @@ -1,3 +1,7 @@ +.hidden { + display: none; +} + .no-padding { padding: 0; } -- cgit v1.2.3