Skip to content

Commit

Permalink
Refs #142953 - Horizontal card - breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 9, 2021
1 parent 5a2698d commit 1d4566f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,25 @@ div#page-document {
font-size: 10px !important;
}

div.ui.breadcrumb {
flex-wrap: wrap;
padding: 0;
margin-bottom: 0.3em;
color: @sf-medium-gray2;
font-size: 10px !important;
font-weight: 400;

.divider {
position: relative;
top: -2px;
margin: 0 0.3em;
}

.section {
min-height: 1.1em;
}
}

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

0 comments on commit 1d4566f

Please sign in to comment.