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

Unified Diff: static/scss/base/_variables.scss

Issue 29589595: Noissue - Use new utilities and .container from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 26, 2017, 10:44 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
Index: static/scss/base/_variables.scss
===================================================================
--- a/static/scss/base/_variables.scss
+++ b/static/scss/base/_variables.scss
@@ -53,26 +53,21 @@
$font-size-h5: $font-size-h4;
$font-size-h6: $font-size-h4;
// Font sizes (general)
$small-font: 0.9em;
$tiny-font: 0.8em;
-// Font weights
-
-$bold-weight: 600;
ire 2017/10/26 10:46:26 The default is 600 so this wasn't needed anymore
-
// Sizes ///////////////////////////////////////////////////////////////////////
// Container widths
-$content-width: 960px;
-$navbar-width: $content-width + 100px;
+$container-width: 960px; // $desktop-width
// Header & Footer
$site-header-height: 70px;
$site-header-content-line-height: 40px;
// Search form

Powered by Google App Engine
This is Rietveld