summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-31 11:19:15 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-04-13 17:10:53 +0200
commit7989f4865fa2cdd53def927cbe2112b09f6f6587 (patch)
treed09939abc43d857ca6d8b44c28d54f51b1e99a65 /web-ui/app/scss
parent801776ede77b42bf6e7fbf7e4f9118369ebe63b2 (diff)
Issue #670: Move .hidden to _others.scss
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/_others.scss4
1 files changed, 4 insertions, 0 deletions
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;
}