aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/assets
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2019-03-28 00:18:26 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2019-04-01 23:06:13 -0700
commitc64b58a5a89ae7ac51f4f7b41e2842980e112346 (patch)
treea32e44266cebfe56eff488a3f435d13dd42d654c /3rd_party/static/onap-ui/assets
parentaab171fe0b7b749a7414cc8d652b5f4662743106 (diff)
Portal updates for VNF Launch
Moves some of the Workflow and Governance links into the body of the home page, and removes those sections from the sidebar. Updates the header, logos, and badge used. Links to OVP overview updated to point to latest documentation, not stable-fraser as this includes the VNF testing instructions. Change-Id: Iceea0e24afc57ed3919a36cf2844717be455e238 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '3rd_party/static/onap-ui/assets')
-rw-r--r--3rd_party/static/onap-ui/assets/css/header.css8
-rw-r--r--3rd_party/static/onap-ui/assets/css/home/home.css2
-rw-r--r--3rd_party/static/onap-ui/assets/img/icon.pngbin7881 -> 15082 bytes
-rw-r--r--3rd_party/static/onap-ui/assets/img/logo.pngbin21360 -> 8734 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/3rd_party/static/onap-ui/assets/css/header.css b/3rd_party/static/onap-ui/assets/css/header.css
index 3f39b8a..cc5ad30 100644
--- a/3rd_party/static/onap-ui/assets/css/header.css
+++ b/3rd_party/static/onap-ui/assets/css/header.css
@@ -1,6 +1,6 @@
.header-container-1 {
height: 80px;
- background-color: #E7E6E6;
+ background-color: #383A35;
}
.header-container-row {
@@ -10,7 +10,7 @@
.header-container-2 {
height: 30px;
- background-color: #E7E6E6;
+ background-color: #383A35;
}
.header-logo {
@@ -22,8 +22,8 @@
.header-title {
font-size: 40px;
font-weight: bold;
- color: #2C2B2F;
- padding-top: 30px;
+ color: #fff;
+ padding-top: 25px;
}
.header-login {
diff --git a/3rd_party/static/onap-ui/assets/css/home/home.css b/3rd_party/static/onap-ui/assets/css/home/home.css
index 66b3a8e..ed0e3f4 100644
--- a/3rd_party/static/onap-ui/assets/css/home/home.css
+++ b/3rd_party/static/onap-ui/assets/css/home/home.css
@@ -17,7 +17,7 @@
}
.home-content {
- margin-top: 100px;
+ margin-top: 30px;
}
.home-content-text {
diff --git a/3rd_party/static/onap-ui/assets/img/icon.png b/3rd_party/static/onap-ui/assets/img/icon.png
index 6ec8ca7..0dc66fe 100644
--- a/3rd_party/static/onap-ui/assets/img/icon.png
+++ b/3rd_party/static/onap-ui/assets/img/icon.png
Binary files differ
diff --git a/3rd_party/static/onap-ui/assets/img/logo.png b/3rd_party/static/onap-ui/assets/img/logo.png
index c6f6857..bd5cb9d 100644
--- a/3rd_party/static/onap-ui/assets/img/logo.png
+++ b/3rd_party/static/onap-ui/assets/img/logo.png
Binary files differ