[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:
parent
257515e257
commit
83113ff6d0
|
@ -1 +1 @@
|
|||
Subproject commit efc2d6c47b1c8e81150274589550b26c25b6eb8f
|
||||
Subproject commit 4c19e65edb3db3b546eda029ea90a58298a1f0ad
|
|
@ -1 +1 @@
|
|||
Subproject commit e0c850adad45d61fe7e07f340eea2dc7870ff3c9
|
||||
Subproject commit 95c2b50a57696a80dd3dd376880f26cb21d65817
|
|
@ -37,9 +37,9 @@
|
|||
|
||||
@eosc-color: #3D4DB6;
|
||||
@eosc-light-color: #05A6E7;
|
||||
@eosc-dark-color: #0C2BD5;
|
||||
@eosc-dark-color: #233d4c;
|
||||
//@eosc-secondary-color: #2255A4;
|
||||
@eosc-secondary-color: #1890FF;
|
||||
@eosc-secondary-color: #233d4c;
|
||||
@eosc-default-background: #F2F2F2;
|
||||
|
||||
|
||||
|
@ -48,9 +48,27 @@
|
|||
|
||||
@general-search-form-background: @eosc-color;
|
||||
@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 {
|
||||
background: @global-primary-background;
|
||||
//.image-front-topbar, .search-form, #main-menu .uk-navbar-container, #main-menu-small .uk-navbar-container {
|
||||
.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{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a72ea0d0c9d0b490de6c77a238d501ee75216960
|
||||
Subproject commit c4e2781acc42f281265a70d6cd75616cdd6fa762
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 3.9 MiB |
Loading…
Reference in New Issue