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: Rebase Created Jan. 4, 2018, 7:40 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/_navbar.scss ('k') | static/scss/forms/_buttons.scss » ('j') | 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
@@ -92,12 +92,20 @@
////////////////////////////////////////////////////////////////////////////////
$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 !default;
+$navbar-padding: $small-space !default;
+$add-horizontal-navbar-padding: true !default;
« no previous file with comments | « static/scss/_navbar.scss ('k') | static/scss/forms/_buttons.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld