more
This commit is contained in:
parent
87c90a66d1
commit
3f7a08ed4f
|
|
@ -1,7 +1,9 @@
|
|||
// these are add-on styles controlled by settings
|
||||
@import "special-styles";
|
||||
|
||||
.welcome-banner:not(.below-site-header-outlet, .above-main-container-outlet) {
|
||||
.welcome-banner:not(.below-site-header-outlet, .above-main-container-outlet),
|
||||
.header-search--enabled .floating-search-input-wrapper,
|
||||
.search-header--visible .floating-search-input-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.above-main-container-outlet .custom-search-banner-wrap {
|
||||
padding: 0 0 1em 0;
|
||||
}
|
||||
|
||||
.custom-search-banner-wrap {
|
||||
padding: 1em;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue