summaryrefslogtreecommitdiffstats
path: root/resources/scss/common/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scss/common/_layout.scss')
-rw-r--r--resources/scss/common/_layout.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/scss/common/_layout.scss b/resources/scss/common/_layout.scss
index 1c3bf66..07b5b4c 100644
--- a/resources/scss/common/_layout.scss
+++ b/resources/scss/common/_layout.scss
@@ -33,3 +33,22 @@
.view-container {
}
+
+.hideContainer {
+ visibility: hidden
+}
+
+.showContainer {
+}
+
+.spinner {
+ position: fixed;
+ z-index: 999;
+ height: 2em;
+ width: 2em;
+ margin: auto;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+} \ No newline at end of file