[Library | develop & EOSC Explore | master]: resultLanding.component & project.component & organization.component & dataProvider.component: Added top bar to go "back" to eosc search | Added asset top-bar.svg | eosc-custom.less: Updated colors and added ".eosc-explore-back-search-bar".

This commit is contained in:
Konstantina Galouni 2023-03-16 17:53:28 +02:00
parent 257515e257
commit 83113ff6d0
5 changed files with 35 additions and 7 deletions

@ -1 +1 @@
Subproject commit efc2d6c47b1c8e81150274589550b26c25b6eb8f Subproject commit 4c19e65edb3db3b546eda029ea90a58298a1f0ad

@ -1 +1 @@
Subproject commit e0c850adad45d61fe7e07f340eea2dc7870ff3c9 Subproject commit 95c2b50a57696a80dd3dd376880f26cb21d65817

View File

@ -37,9 +37,9 @@
@eosc-color: #3D4DB6; @eosc-color: #3D4DB6;
@eosc-light-color: #05A6E7; @eosc-light-color: #05A6E7;
@eosc-dark-color: #0C2BD5; @eosc-dark-color: #233d4c;
//@eosc-secondary-color: #2255A4; //@eosc-secondary-color: #2255A4;
@eosc-secondary-color: #1890FF; @eosc-secondary-color: #233d4c;
@eosc-default-background: #F2F2F2; @eosc-default-background: #F2F2F2;
@ -48,9 +48,27 @@
@general-search-form-background: @eosc-color; @general-search-form-background: @eosc-color;
@base-body-background: @eosc-default-background; @base-body-background: @eosc-default-background;
//@global-header-height: 120px;
//.hook-search-misc() {
// .search-input {
// --search-input-border-radius: 8px;
// --search-input-icon-padding-vertical: 5px;
// --search-input-icon-color: @global-primary-background;
// }
//}
//.input-wrapper {
// &.search {
// --input-padding-vertical: 5px !important;
// }
//}
.image-front-topbar, .search-form, #main-menu .uk-navbar-container, #main-menu-small .uk-navbar-container { //.image-front-topbar, .search-form, #main-menu .uk-navbar-container, #main-menu-small .uk-navbar-container {
background: @global-primary-background; .eosc-explore-back-search-bar {
//background: @global-primary-background;
//background: #000 url(https://search.marketplace.eosc-portal.eu/top-bar-bg.d5173dd5fee84543.jpg) no-repeat !important;
background: #000 url(top-bar.svg) no-repeat !important;
position: relative;
height: 60px;
} }
#searchImage{ #searchImage{

@ -1 +1 @@
Subproject commit a72ea0d0c9d0b490de6c77a238d501ee75216960 Subproject commit c4e2781acc42f281265a70d6cd75616cdd6fa762

10
src/assets/top-bar.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.9 MiB