Skip to content

Commit

Permalink
Refs #140559 - Improve facets style.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 19, 2021
1 parent b4392c9 commit 704c5e7
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ div#page-document {
}

div.col-left {
padding: 0px;
padding-right: 5px;
padding-left: 0px;
margin-top: 10px;

.card .meta {
Expand All @@ -187,8 +188,8 @@ div#page-document {
padding: 0px;
margin: 0px;
color: @sf-dark-gray;
font-size: 14px;
font-weight: 600;
font-size: 16px;
font-weight: 400;
}

div.meta {
Expand All @@ -200,15 +201,21 @@ div#page-document {

div.filter.description {
div.ui.label {
padding: 4px;
padding: 5px;
background: white;
font-size: 10px;
font-size: 12px;
}
}

&.active {
border-bottom: 2px solid @sf-azure;
background: @sf-light-gray;
border-bottom: 3px solid @sf-azure;
background: white;

div.label {
background: @sf-light-gray !important;
color: @sf-azure;
font-weight: 600;
}
}
}
}
Expand Down

0 comments on commit 704c5e7

Please sign in to comment.