Skip to content

Commit

Permalink
Refs #139198 - Cards facets styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 6, 2021
1 parent e5a388d commit b9c3df0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@s-dark-orange: #9c5a0a;

@sf-light-gray: #f9f9f9;
@sf-light-gray2: #e0e1e2;
@sf-azure: #2d9390;
@sf-dark-azure: #267f7c;
@sf-blue: #0f4b87;
Expand Down Expand Up @@ -99,22 +100,28 @@ div#page-document {

div.stackable.cards {
a.card {
border-radius: 2px;
border: 1px solid @sf-light-gray2;
margin-top: 3px;
margin-bottom: 3px;
border-radius: 3px;
box-shadow: none;

div.content {
padding: 5px;

div.header {
padding: 0px;
margin: 0px;
font-size: 14px;
font-weight: 600;
position: relative;
top: 5px;
left: 5px;
padding: 0px;
margin: 0px;
color: @sf-dark-gray;
font-size: 16px;
font-weight: 400;
}

div.meta {
color: @sf-medium-gray2;
font-size: 10px;
text-align: right;
}
Expand Down

0 comments on commit b9c3df0

Please sign in to comment.