Skip to content

Commit

Permalink
Fix font-size for support banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Gummesson committed Mar 2, 2015
1 parent b8d15cb commit 51d6953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/new_common/support-banner.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
color:white;
}
.SupportBanner-infoDescription {
margin-top:5px;
font-weight: $sFontWeight-lighter;
font-weight: $sFontSize-large;
margin-top: 5px;
font-weight: $sFontWeight-normal;
font-size: $sFontSize-large;
color:rgba(white, .5);
}
.SupportBanner-infoDescriptionLink {
Expand Down

0 comments on commit 51d6953

Please sign in to comment.