Skip to content

Commit

Permalink
Tweak tags styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 16, 2022
1 parent 51bf3e4 commit 016521c
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,23 @@ div#page-document div.searchapp div.cards div.search-result {
margin-bottom: 0px;
font-size: 12px !important;

div.tags-list {
display: flex;
color: @sf-dark-gray;
font-size: 16px;
font-weight: 200;
gap: 1em;
margin-bottom: 0.3em;
flex-wrap: wrap;

// span {
// margin-right: 0.5em;
// // padding: 1px 5px;
// // background: @sf-light-gray;
// // border-radius: 0.5em;
// }
}

span.score {
padding: 0px 5px 0px 5px;
border: 1px solid @sf-light-gray2;
Expand Down Expand Up @@ -148,20 +165,6 @@ div#page-document div.searchapp div.cards div.search-result {
color: @sf-medium-gray2;
}

span.tags-list {
display: block;
color: @sf-dark-gray;
font-size: 16px !important;
font-weight: 200;

span {
margin-right: 0.5em;
// padding: 1px 5px;
// background: @sf-light-gray;
// border-radius: 0.5em;
}
}

h3 {
margin-bottom: 0px !important;
font-weight: 400;
Expand Down

0 comments on commit 016521c

Please sign in to comment.