X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-os%2Fsrc%2Fapp%2Fpages%2Fapplication-onboarding%2Fapplication-onboarding.component.scss;fp=portal-FE-os%2Fsrc%2Fapp%2Flayout%2Fcomponents%2Ffooter%2Ffooter.component.ts;h=6bca524d011d9c64482ac3fa9cabc12470f39cd5;hb=3f7386d4245f9a05db961440ebf80d97d788f902;hp=bfbc292a75aa6119ccadaf24a0fd127eaa4ee2b0;hpb=e0b464f75666b80976466437fa1057c3b4efd39f;p=portal.git diff --git a/portal-FE-os/src/app/layout/components/footer/footer.component.ts b/portal-FE-os/src/app/pages/application-onboarding/application-onboarding.component.scss similarity index 74% rename from portal-FE-os/src/app/layout/components/footer/footer.component.ts rename to portal-FE-os/src/app/pages/application-onboarding/application-onboarding.component.scss index bfbc292a..6bca524d 100644 --- a/portal-FE-os/src/app/layout/components/footer/footer.component.ts +++ b/portal-FE-os/src/app/pages/application-onboarding/application-onboarding.component.scss @@ -2,7 +2,7 @@ * ============LICENSE_START========================================== * ONAP Portal * =================================================================== - * Copyright (C) 2017-2018 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 @@ -33,26 +33,27 @@ * * ============LICENSE_END============================================ * - * + * */ - -import { Component, OnInit } from '@angular/core'; -import { ManifestService } from '../shared/services'; -@Component({ - selector: 'app-footer', - templateUrl: './footer.component.html', - styleUrls: ['./footer.component.scss'] -}) -export class FooterComponent implements OnInit { - - buildVersion; - constructor(private manifest: ManifestService) { } + +.container{ + overflow-y: auto; +} - ngOnInit() { - this.manifest.getManifest().subscribe((_res: any) => { - this.buildVersion = _res; - }) - } +.container .apps-table .small-thumbnail { + width: 72px; + height: 60px; + border: 1px solid#d2d2d2; + border-radius: 2px; +} +.container .apps-table th{ + padding-bottom: 15px; + padding-right: 40px; + font-weight: bold; } + +.ion-md-trash{ + cursor: pointer; +} \ No newline at end of file