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

Unified Diff: static/scss/_variables.scss

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed NITs Created Nov. 13, 2017, 5:19 p.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/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -92,12 +92,19 @@
////////////////////////////////////////////////////////////////////////////////
$phone-width: auto !default;
$phablet-width: 540px !default;
$tablet-width: 720px !default;
$desktop-width: 960px !default;
$large-desktop-width: 1140px !default;
-// Component widths
+// Component sizes
////////////////////////////////////////////////////////////////////////////////
+// Container
+
$container-width: $large-desktop-width !default;
+
+// Navbar
+
+$navbar-branding-height: $medium-space;
+$navbar-padding-v: $small-space;

Powered by Google App Engine
This is Rietveld