Skip to content

Commit

Permalink
Refs #139198 - Clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent 83136df commit 8331dc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
font-size: 0.8em;
}

.ui.cards > .card .meta {
color: @s-medium-gray2 !important;
}

div#page-document {
h1.documentFirstHeading {
display: none;
Expand Down Expand Up @@ -132,6 +128,10 @@ div#page-document {
}

div.stackable.cards {
.card .meta {
color: @s-medium-gray2 !important;
}

a.card {
border: 1px solid @sf-light-gray2;
margin-top: 3px;
Expand Down

0 comments on commit 8331dc9

Please sign in to comment.