From 11b108ce0fd9340d5418af7b79de057a1d8d0347 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 5 Nov 2019 14:57:16 +0000 Subject: [PATCH] [Trunk | Library]: 1. common-assets/library.css: Rename class 'lines-11' to 'lines-10' (is applied only on

element) & apply classes 'multi-line-ellipsis' and 'lines-10' only on

element. 2. curved-bottom.svg: Add background color (#FAFAFA) with element. 3. explore-custom.css: In class 'numbers-background' add 'no-repeat' style & remove 'homePageGrayBackground' class & in class 'graph-background-bottom' add 'background-color: #FAFAFA'. 4. home.component.html: Use 'lines-10' class instead of 'lines-11' & don't use 'homePageGrayBackground' class & seperate section for numbers - add 'numbers-background' class only on second section - adjust margins and paddings. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57512 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.html | 24 +++++++++++++----------- explore/src/assets/curved-bottom.svg | 5 ++++- explore/src/assets/explore-custom.css | 7 ++----- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 80ac2a4b..6c218f88 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -175,9 +175,9 @@

-
- +
+ + @@ -226,9 +226,10 @@
-
-
-
+ +
+ @@ -414,15 +415,15 @@ -
-
+
+

Our growing Community

-
+

@@ -453,8 +454,9 @@

- -
+
+
+
diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg index 80bb2eff..e5fc787b 100644 --- a/explore/src/assets/curved-bottom.svg +++ b/explore/src/assets/curved-bottom.svg @@ -1 +1,4 @@ - + + + + diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 601b9291..1639c2cc 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -126,7 +126,7 @@ } .numbers-background { - background: transparent url('numbers_background_pattern.svg') 0% 0% no-repeat padding-box; + background: transparent url('explore-assets/numbers_background_pattern.svg') 0% 0% no-repeat padding-box; background-size: cover; } @@ -158,10 +158,6 @@ transition-duration:0.3s; } -.homePageGrayBackground { - background: #FAFAFA 0% 0% no-repeat padding-box; -} - .graph-background { background: var(--portal-main-color) 0 0 no-repeat padding-box; color: white; @@ -170,6 +166,7 @@ .graph-background-bottom { margin-top: -1.5px; background-image: url("curved-bottom.svg"); + background-color: #FAFAFA; } .custom-explore-toggle {