Fixed portal footer alignment 76/111076/1
authorSudarshan Kumar <sudarshan.kumar@att.com>
Mon, 10 Aug 2020 08:49:05 +0000 (14:19 +0530)
committerSudarshan Kumar <sudarshan.kumar@att.com>
Mon, 10 Aug 2020 08:49:57 +0000 (14:19 +0530)
Fixed portal footer alignment

Issue-ID: PORTAL-979
Change-Id: I99bc97f61114dbe9b39663c4749dd2639f7f2f3a
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
portal-FE-common/src/app/layout/components/footer/footer.component.html
portal-FE-common/src/app/layout/components/footer/footer.component.scss

index 47a53cd..93c529a 100644 (file)
@@ -35,7 +35,7 @@
  
   
   -->
-<footer>
+<footer class="portal-footer">
       <div id="footer-text"  class="footerText">
           <p class="copyright-text">
             <a class="footer-link" href="{{footerLink}}" target="_blank">
index 82c81d7..0a6fc6c 100644 (file)
@@ -50,3 +50,7 @@ $topnav-background-color: #222;
   margin-top: 20px;
   text-align: center;
 }
+
+.portal-footer{ 
+  margin-top: calc(100vh - 620px);
+}