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:
authorSri Balaji Marripud <sri.balaji.marripud@att.com>2020-08-31 09:06:36 -0400
committerSri Balaji Marripud <sri.balaji.marripud@att.com>2020-08-31 09:06:50 -0400
commit00ed475d06265520625195ee47fbf36a50dc4822 (patch)
treebe0effe04d82aa25dae1e64ec89d3759b0952c91 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
parent23b262748c6fc10ddc8eb55036b82be7f71e120b (diff)
sdk footer changes
Issue-ID: PORTAL-992 Change-Id: I7909a3054238880fdb0bb335f5dda658e959105d Signed-off-by: Sri Balaji Marripud <sri.balaji.marripud@att.com>
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.scss38
1 files changed, 38 insertions, 0 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
new file mode 100644
index 00000000..dbb5a100
--- /dev/null
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
@@ -0,0 +1,38 @@
+$topnav-background-color: #222;
+
+.footerText {
+ background-color: $topnav-background-color;
+}
+
+.copyright-text {
+ background-color: $topnav-background-color;
+ color: #fff;
+ font-size: 11px;
+ margin-bottom: 0;
+ line-height: 3rem;
+ margin-top: 20px;
+ text-align: center;
+}
+
+.footer {
+ position: fixed;
+ bottom: 0;
+ // background-color: $topnav-background-color;
+ width: 100%;
+ // height: 7.5em;
+ z-index: 1002;
+ // bottom: 0px;
+ // right: 0px;
+ // width: 84%;
+ margin-bottom: -.5rem;
+}
+
+.footer-logo {
+ width: 1.5rem;
+ margin-top: -10px;
+}
+
+.footerText h2 {
+ font-size: 1.5rem;
+ margin-top: -10px;
+} \ No newline at end of file