summaryrefslogtreecommitdiffstats
path: root/resources/scss/tier-support/_tierSupport.scss
diff options
context:
space:
mode:
authorSteve Thomas <steve.thomas@amdocs.com>2018-02-05 11:54:23 -0500
committerSteve Thomas <steve.thomas@amdocs.com>2018-02-05 13:29:46 -0500
commitc89060158fab7394c3bddc5eacb0411dbb13785c (patch)
tree5fa03163e71167f44ed761b2772b6653f0d656c3 /resources/scss/tier-support/_tierSupport.scss
parentf42261a2cd0582e0209018c23816681e146ea97d (diff)
Correcting spinner
Change-Id: I0531805d63a9d5b8ac6a161281845a6b8cc1f4af Issue-ID: AAI-732 Signed-off-by: Steve Thomas <steve.thomas@amdocs.com>
Diffstat (limited to 'resources/scss/tier-support/_tierSupport.scss')
-rw-r--r--resources/scss/tier-support/_tierSupport.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scss/tier-support/_tierSupport.scss b/resources/scss/tier-support/_tierSupport.scss
new file mode 100644
index 0000000..e63bffd
--- /dev/null
+++ b/resources/scss/tier-support/_tierSupport.scss
@@ -0,0 +1,3 @@
+.tier-support-ui {
+ height: calc(100% - #{$total-header-height}) !important;
+}