From c81a120c90cfcfd51ac14f47de6005473e730a3a Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 8 Nov 2021 17:26:02 +0200 Subject: [PATCH] Add new styles and update openaireLibrary, assets --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- explore/src/assets/explore-custom.css | 38 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index b2ad62b6..3632510e 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc +Subproject commit 3632510e387b3a83f8d8e0f27cd796912a19c741 diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 443ef4d5..318c6560 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 443ef4d544d370c698ed0856481b71e489a044d8 +Subproject commit 318c6560565a7a0da818385de27ebb430b22aea3 diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 443dc714..c6c30d99 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -206,3 +206,41 @@ border-radius: 6px; } +.flex-column { + display: flex; + flex-direction: column; +} + +.min-width-30 { + min-width: 30%; +} + +.verticalLine { + height: 100%; + width: 2px; + background-color: #DEDEDE; + opacity: 0.7; +} + +.flex-gap { + grid-gap: 40px; +} + +.padding-left { + padding-left: 30px; +} + +.gateway-link-logo { + /* max-width: 80px; */ + max-height: 50px; + width: auto; + margin-bottom: 10px; +} + +.relative { + position: relative !important; +} + +.custom-height-130 { + max-height: 130px; +} \ No newline at end of file