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

Unified Diff: static/scss/_variables.scss

Issue 29581874: Noissue - Removed website-default container widths (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed comments Created Oct. 23, 2017, 12:58 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
« no previous file with comments | « static/scss/_base.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
@@ -87,16 +87,21 @@
$large-desktop-breakpoint: 1200px !default;
// Grid breakpoints
$half-breakpoint: $tablet-breakpoint !default;
$third-breakpoint: $desktop-breakpoint !default;
$fourth-breakpoint: $desktop-breakpoint !default;
-// Container widths
+// Device widths
////////////////////////////////////////////////////////////////////////////////
$phone-width: auto !default;
$phablet-width: 540px !default;
$tablet-width: 720px !default;
$desktop-width: 960px !default;
$large-desktop-width: 1140px !default;
+
+// Component widths
+////////////////////////////////////////////////////////////////////////////////
+
+$container-width: $large-desktop-width !default;
« no previous file with comments | « static/scss/_base.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld