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

Unified Diff: scss/_variables.scss

Issue 29573881: Noissue - Added large desktop width to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 11, 2017, 6:49 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 | « scss/_base.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scss/_variables.scss
===================================================================
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -79,16 +79,18 @@
/* Breakpoints
******************************************************************************/
$phone-breakpoint: 320px !default;
$phablet-breakpoint: 576px !default;
$tablet-breakpoint: 768px !default;
$desktop-breakpoint: 992px !default;
+$large-desktop-breakpoint: 1200px !default;
/* Container widths
******************************************************************************/
$phone-width: auto !default;
$phablet-width: 540px !default;
$tablet-width: 720px !default;
$desktop-width: 960px !default;
+$large-desktop-width: 1140px !default;
« no previous file with comments | « scss/_base.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld