Skip to content

Commit

Permalink
updated style of 'explore more queries' button
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Feb 17, 2022
1 parent 016521c commit cd832be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ div#page-document div.searchapp div.cards div.search-result {
overflow: auto;
width: 100%;
padding-bottom: 0.5em;
border-bottom: 1px solid @sf-light-gray2;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-bottom: 1.5em;
clear: both;

div.menu.mlt {
Expand Down
8 changes: 8 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,14 @@ div#page-document {
font-size: 16px;
}

a.explore-more-queries {
font-size: 14px;
}

a.explore-more-queries.ui.button.compact {
font-weight: 400;
}

a.ui.button.compact {
font-weight: bold;
color: @sf-azure !important;
Expand Down

0 comments on commit cd832be

Please sign in to comment.