summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorarul.nambi <arul.nambi@amdocs.com>2018-01-30 12:34:34 -0500
committerarul.nambi <arul.nambi@amdocs.com>2018-01-30 14:00:30 -0500
commitf42261a2cd0582e0209018c23816681e146ea97d (patch)
tree078eb4fee79f5cb0740615042afc31a48b429d69 /resources
parent89cfd8bfafeb71ea89030b062a467631988f15f0 (diff)
Implementing user feed back
Change-Id: I66196a4a5a319bb9c78c503244c0e78824ac855a Signed-off-by: arul.nambi <arul.nambi@amdocs.com> Issue-ID: AAI-696
Diffstat (limited to 'resources')
-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