X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-os%2Fsrc%2Fapp%2Fpages%2Fpages.component.scss;fp=portal-FE-os%2Fsrc%2Fapp%2Flayout%2Fcomponents%2Ffooter%2Ffooter.component.scss;h=b7697e6244b06d9fd00934ee7a0090908a14899d;hb=3f7386d4245f9a05db961440ebf80d97d788f902;hp=deb2b804bf5eea1acf67a9ef3f78d76a2ea9ae97;hpb=e0b464f75666b80976466437fa1057c3b4efd39f;p=portal.git diff --git a/portal-FE-os/src/app/layout/components/footer/footer.component.scss b/portal-FE-os/src/app/pages/pages.component.scss similarity index 81% rename from portal-FE-os/src/app/layout/components/footer/footer.component.scss rename to portal-FE-os/src/app/pages/pages.component.scss index deb2b804..b7697e62 100644 --- a/portal-FE-os/src/app/layout/components/footer/footer.component.scss +++ b/portal-FE-os/src/app/pages/pages.component.scss @@ -1,8 +1,8 @@ -/* +/*- * ============LICENSE_START========================================== - * ONAP Portal SDK + * ONAP Portal * =================================================================== - * Copyright � 2019 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless otherwise specified, all software contained herein is licensed @@ -35,18 +35,15 @@ * * */ - -$topnav-background-color: #222; -.footerText { - background-color: $topnav-background-color; +/* ecomp page main title */ +.ecomp-main-view-title { + color: #191919; + font-size: 24px; + width: 1170px; + padding-bottom: 15px; + margin: auto; } -.copyright-text { - background-color: $topnav-background-color; - color: #fff; - font-size: 11px; - margin-bottom: 0; - line-height: 3rem; - margin-top: 20px; - margin-left: 100px; -} +.heading-page { + margin-bottom: 40px; +} \ No newline at end of file