Skip to content

Commit

Permalink
Refs #139198 - Custom design for page top in case of search view.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 13, 2021
1 parent 67e8e1b commit a36c274
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
@sf-dark-gray: #303030;
@sf-medium-blue: #1c6ca4;

// TODO update class name once we have a custom one
body.contenttype-searchpageitem {
div#page-document {
padding-top: 0px !important;
margin-top: 0px !important;
}

.ui.basic.segment.content-area::before {
display: none;
}
}

.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
}
Expand Down

0 comments on commit a36c274

Please sign in to comment.