summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss10
1 files changed, 3 insertions, 7 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
index dbb5a100..365bd9ce 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
@@ -15,16 +15,12 @@ $topnav-background-color: #222;
}
.footer {
- position: fixed;
+ position: relative;
bottom: 0;
- // background-color: $topnav-background-color;
width: 100%;
- // height: 7.5em;
z-index: 1002;
- // bottom: 0px;
- // right: 0px;
- // width: 84%;
- margin-bottom: -.5rem;
+ //margin-bottom: -0.5rem;
+ margin-top: calc(100vh - 250px);
}
.footer-logo {