Skip to content

Commit

Permalink
Refs #139198 - WIP cards facets styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 6, 2021
1 parent a0b611c commit bb12e67
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,28 @@ div#page-document {
}

div.stackable.cards {
a.card.active {
border-bottom: 2px solid red !important;
a.card {
border-radius: 2px;

div.content {
padding: 5px;

div.header {
padding: 0px;
margin: 0px;
font-size: 12px;
font-weight: 600;
}

div.meta {
font-size: 10px;
text-align: right;
}
}

&.active {
border-bottom: 2px solid red !important;
}
}
}

Expand Down

0 comments on commit bb12e67

Please sign in to comment.