aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 48de9bcc..efe8291d 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -101,6 +101,10 @@ html, body {
text-decoration: none;
}
+.hidden {
+ display: none;
+}
+
/* Change View
----------------------------------------