diff options
-rw-r--r-- | web-ui/app/scss/_others.scss | 4 |
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; } |