From 5647d432f63967bd226894c94b5fa403aa37fa03 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 31 Mar 2020 17:57:03 +0000 Subject: [PATCH] [Explore | Trunk]: Change home page curved-bottom svg git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58364 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.html | 2 +- explore/src/assets/curved-bottom.svg | 5 +---- explore/src/assets/explore-custom.css | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index e0c94832..3ce65f36 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -272,7 +272,7 @@
+ class="graph-background-bottom uk-section uk-padding-remove-vertical uk-background-cover"> diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg index e5fc787b..af169a14 100644 --- a/explore/src/assets/curved-bottom.svg +++ b/explore/src/assets/curved-bottom.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 3ee3e2ab..529018c4 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -164,9 +164,9 @@ } .graph-background-bottom { - margin-top: -1.5px; background-image: url("curved-bottom.svg"); background-color: #FAFAFA; + height: 170px; } .custom-explore-toggle {