Skip to content

Commit

Permalink
BNALD-69 Reposition frontpage search from + space
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Oct 3, 2024
1 parent f84ebde commit 7472024
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configuration/block.block.mainpagecontent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _core:
id: mainpagecontent
theme: bnald_lib_unb_ca
region: content
weight: -1
weight: 0
provider: null
plugin: system_main_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion configuration/block.block.pagetitle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _core:
id: pagetitle
theme: bnald_lib_unb_ca
region: content
weight: -3
weight: -2
provider: null
plugin: page_title_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion configuration/block.block.simple_search_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
id: simple_search_form
theme: bnald_lib_unb_ca
region: content
weight: 0
weight: -3
provider: null
plugin: 'views_exposed_filter_block:legislation_search-simple_search_form'
settings:
Expand Down
2 changes: 1 addition & 1 deletion configuration/block.block.tabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _core:
id: tabs
theme: bnald_lib_unb_ca
region: content
weight: -2
weight: -1
provider: null
plugin: local_tasks_block
settings:
Expand Down
1 change: 1 addition & 0 deletions custom/themes/bnald_lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ label {

.path-frontpage #views-exposed-form-legislation-search-simple-search-form {
margin-top: 30px;
margin-bottom: 3rem;

.form-item.form-group {
display: none;
Expand Down

0 comments on commit 7472024

Please sign in to comment.