Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Improve badge style and set default font to Arial
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaberna committed Aug 19, 2017
1 parent c173f51 commit 3a62e2c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,16 @@ button.pm-button {
position: relative;
top: -45px;
left: 30px;
border: 0;
height: 20px;
width: 20px;
text-align: center;
vertical-align: middle;
display: table-cell;
background: red;
border-radius: 100px;
padding: 1px 6px 2px;
border-radius: 50%;
color: white;
cursor: pointer;
visibility: visible;
opacity: 1;
font-size: 16px;
font: normal 12px Arial;
line-height: 1em;
font-weight: normal;

&.hidden {
display: none;
Expand Down

0 comments on commit 3a62e2c

Please sign in to comment.