Added portal-FE-os components
[portal.git] / 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
  *
  * ============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