Skip to content

Commit

Permalink
Refs #140559 - Card icon style.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 20, 2021
1 parent f507fe0 commit b18bbc1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,25 @@ div#page-document {
font-weight: 500;
}
}

div.controls {
div.meta {
button {
font-size: 10px;
}
}

div.card-icon {
width: 20px;
height: 20px;

i.icon {
position: relative;
top: 2px;
font-size: 14px;
}
}
}
}
}

Expand Down

0 comments on commit b18bbc1

Please sign in to comment.