Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/content/_buttons.scss

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/scss/components/_cards.scss ('k') | static/scss/content/_typography.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/content/_buttons.scss
===================================================================
--- a/static/scss/content/_buttons.scss
+++ b/static/scss/content/_buttons.scss
@@ -24,20 +24,20 @@
padding: 0 $sm;
cursor: pointer;
text-align: center;
white-space: nowrap;
text-decoration: none;
text-transform: uppercase;
border: 1px solid;
border-radius: 0px !important;
- font-size: $font-size-xs;
+ font-size: $font-size-md;
font-weight: 700;
- line-height: $md;
- height: 34px;
+ line-height: 42px;
+ height: 44px;
}
@media(max-width: $mobile-breakpoint)
{
%buttons
{
display: block;
float: none;
« no previous file with comments | « static/scss/components/_cards.scss ('k') | static/scss/content/_typography.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld