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 6, 2021
1 parent d6cb33b commit 188a59c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -377,19 +377,23 @@ div#page-document {
padding-left: 10px;
float: left;

h4,
h3 {
font-weight: 400;
}

h3,
p {
margin: 0px 0px 10px 0px;
}

h4 div.label.new-item {
h3 div.label.new-item {
padding: 5px 6px 4px 5px;
background: @s-light-orange;
color: @s-dark-orange;
font-size: 70%;
}

h4 div.label.archived-item {
h3 div.label.archived-item {
padding: 5px 6px 4px 5px;
background: @s-light-blue;
color: @s-dark-blue;
Expand Down

0 comments on commit 188a59c

Please sign in to comment.