Skip to content

Commit

Permalink
Refs #140518 - Improve horizontal card.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 21, 2021
1 parent 25659c1 commit a7800d8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,9 @@ div#page-document {
div.search-result {
overflow: auto;
width: 100%;
padding-bottom: 5px;
margin-top: 5px;
padding-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
clear: both;

&:hover {
Expand Down Expand Up @@ -1156,6 +1157,12 @@ div#page-document {
margin-right: 10px;
}

span.tags-list {
color: @sf-medium-gray2;
font-size: 10px !important;
}


i.icon {
margin-left: 3px;
background: @sf-light-gray;
Expand Down Expand Up @@ -1204,11 +1211,6 @@ div#page-document {
font-weight: 400;
}

p.tags {
color: @sf-medium-gray2;
font-size: 10px !important;
}

div.ui.breadcrumb {
flex-wrap: wrap;
padding: 0;
Expand Down

0 comments on commit a7800d8

Please sign in to comment.