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

Unified Diff: static/scss/_variables.scss

Issue 29581878: Noissue - Moved website-default grid variables to variables (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 17, 2017, 3:15 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/_grid.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
@@ -73,22 +73,30 @@
$large-space: 4em !default;
$medium-space: 2em !default;
$small-space: 1em !default;
// Breakpoints
////////////////////////////////////////////////////////////////////////////////
+// Device breakpoints
+
$phone-breakpoint: 320px !default;
$phablet-breakpoint: 576px !default;
$tablet-breakpoint: 768px !default;
$desktop-breakpoint: 992px !default;
$large-desktop-breakpoint: 1200px !default;
+// Grid breakpoints
+
+$half-breakpoint: $tablet-breakpoint !default;
+$third-breakpoint: $desktop-breakpoint !default;
+$fourth-breakpoint: $desktop-breakpoint !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 | « static/scss/_grid.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld