Skip to content

Commit

Permalink
Refs #140518 - Improve footer responsivity. Add download btn styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 17, 2021
1 parent 7f228c0 commit 3fef3d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ div#page-document {
}
}

div.search-body-footer {
flex-wrap: wrap;
}

div.searchapp {
background-color: white;

Expand Down Expand Up @@ -917,6 +921,8 @@ div#page-document {
}

button.download-btn {
background: @sf-light-gray !important;
color: @sf-azure !important;
font-size: 10px !important;
}

Expand Down

0 comments on commit 3fef3d3

Please sign in to comment.