Skip to content

Commit

Permalink
App info CSS & hide footer elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 15, 2022
1 parent 7092994 commit fe9172e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,8 @@ div#page-document {
background-color: white;
}

div.body-footer {
margin: 0px;

div.col-mid {
padding-left: 40px;
}
.body-footer {
margin-top: 2em;
}

div.sui-layout-header {
Expand Down Expand Up @@ -238,7 +234,8 @@ div#page-document {
}

.search-body-footer {
div.results-selector {
.results-selector {
display: none;
font-size: 12px;

.ui.dropdown {
Expand All @@ -256,6 +253,7 @@ div#page-document {
}

button.download-btn {
display: none;
background: #f2f2f2 !important;
color: @secondaryColor !important;
font-size: 10px !important;
Expand Down Expand Up @@ -301,6 +299,7 @@ body.searchlib-page {
}

.sui-app-info {
margin: 2em 0;
color: #808285;
font-size: 85%;
font-weight: 400;
Expand Down

0 comments on commit fe9172e

Please sign in to comment.