Skip to content

Commit

Permalink
Filterline: Use Batch for powered icon (honestbleeps#4628)
Browse files Browse the repository at this point in the history
* Filterline: Use Batch for powered icon

* single quotes
  • Loading branch information
larsjohnsen authored and erikdesjardins committed Jan 11, 2018
1 parent b0d1101 commit da86ad0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/css/modules/_filteReddit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,12 @@ body.hideOver18 {
display: inline-block;
line-height: 1em;
padding: 1px;
text-align: center;
width: 1em;
height: 1em;
content: '';
font-family: Batch;
content: '\F069';
background: hsla(0, 0%, 50%, .06);
border-radius: 100%;
font-family: cursive;
}
}

Expand Down

0 comments on commit da86ad0

Please sign in to comment.