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

Unified Diff: static/scss/_variables.scss

Issue 29588979: Issue 5651 - Set relative values for strong and small elements (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed comments Created Oct. 26, 2017, 11:25 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/_reset.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -55,20 +55,16 @@
// Fonts
////////////////////////////////////////////////////////////////////////////////
$primary-font: sans-serif !default;
$secondary-font: serif !default;
$monospace-font: monospace !default;
-$large-font: 1.2em !default;
-$medium-font: 1em !default;
-$small-font: 0.8em !default;
-
$bold-weight: 600 !default;
$normal-weight: 400 !default;
$thin-weight: 300 !default;
// Spacing
////////////////////////////////////////////////////////////////////////////////
$large-space: 4em !default;
« no previous file with comments | « static/scss/_reset.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld