aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/styles/scss/bootstrap/_variables.scss
diff options
context:
space:
mode:
authorGuy Lunardi <glunardi@bibou7.collabora.co.uk>2019-04-19 21:39:25 -0400
committerGuy Lunardi <glunardi@bibou7.collabora.co.uk>2019-04-19 21:39:25 -0400
commit035c8682f2851e0300c5fcace507e9823a24cdc8 (patch)
tree1a1859763f299e1e0004cbec29a6f60adc54c1ba /site/static/styles/scss/bootstrap/_variables.scss
parent0a8df353936211574b56d8b5a99ffc8bcba4737b (diff)
Fixes SPEC-2317. Updates screen widths, hides search when needed
Diffstat (limited to 'site/static/styles/scss/bootstrap/_variables.scss')
-rw-r--r--site/static/styles/scss/bootstrap/_variables.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/static/styles/scss/bootstrap/_variables.scss b/site/static/styles/scss/bootstrap/_variables.scss
index e049685..cc8434e 100644
--- a/site/static/styles/scss/bootstrap/_variables.scss
+++ b/site/static/styles/scss/bootstrap/_variables.scss
@@ -297,21 +297,21 @@ $screen-phone: $screen-xs-min !default;
// Small screen / tablet
//** Deprecated `$screen-sm` as of v3.0.1
-$screen-sm: 768px !default;
+$screen-sm: 1056px !default;
$screen-sm-min: $screen-sm !default;
//** Deprecated `$screen-tablet` as of v3.0.1
$screen-tablet: $screen-sm-min !default;
// Medium screen / desktop
//** Deprecated `$screen-md` as of v3.0.1
-$screen-md: 992px !default;
+$screen-md: 1056px !default;
$screen-md-min: $screen-md !default;
//** Deprecated `$screen-desktop` as of v3.0.1
$screen-desktop: $screen-md-min !default;
// Large screen / wide desktop
//** Deprecated `$screen-lg` as of v3.0.1
-$screen-lg: 1200px !default;
+$screen-lg: 1371px !default;
$screen-lg-min: $screen-lg !default;
//** Deprecated `$screen-lg-desktop` as of v3.0.1
$screen-lg-desktop: $screen-lg-min !default;