Skip to content

Commit

Permalink
Add styling for PDF icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 28, 2022
1 parent 1de1e12 commit 7687265
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ div#page-document {

span.tags {
margin-right: 10px;

.pdf-icon {
border: 1px solid @sf-medium-gray;
color: @sf-medium-gray2;
padding: 0 3px;
font-size: xx-small;
display: inline-block;
margin-left: 0.5em;
line-height: 1.5em;
}
}

i.icon {
Expand Down

0 comments on commit 7687265

Please sign in to comment.