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

Unified Diff: static/scss/_variables.scss

Issue 29794555: Noissue - Fix broken layout from changeset 1940351cdb4c (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created May 30, 2018, 10:17 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/js/main.js ('k') | static/scss/layout/_body.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
@@ -117,16 +117,26 @@
x: $xl,
y: $xl
)
) !default;
// Sidebar /////////////////////////////////////////////////////////////////////
$sidebar-width: 208px;
+$mobile-sidebar-height: 64px;
+
+// breadcrumbs /////////////////////////////////////////////////////////////////////
+
+$breadcrumbs-height: 32px;
+
+//Header
+/////////////////////////////////////////////////////////////////////
+
+$header-height: $mobile-sidebar-height + $breadcrumbs-height;
// Columns /////////////////////////////////////////////////////////////////////
$max-width: 1140px;
$gutter-width: $sm;
// Breakpoints /////////////////////////////////////////////////////////////////
@@ -161,9 +171,9 @@
button, input[type="button"], input[type="reset"], input[type="submit"], .btn-primary
{
@extend %default-button !optional;
}
// Cards //////////////////////////////////////////////////////////////////////
-$card-min-width: 350px;
+$card-min-width: 350px;
« no previous file with comments | « static/js/main.js ('k') | static/scss/layout/_body.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld