Skip to content

Commit

Permalink
Refs #139198 - Horizontal card styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 7, 2021
1 parent 065c508 commit a3b31f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,24 @@ div#page-document {
padding-left: 10px;
float: left;

p.meta {
font-size: 12px !important;

i.icon {
background: @sf-light-gray;
margin-left: 3px;
line-height: 1em;
}
}

h3 {
font-weight: 400;
}

p {
font-size: 14px !important;
}

h3,
p {
margin: 0px 0px 10px 0px;
Expand Down

0 comments on commit a3b31f3

Please sign in to comment.