diff core/modules/toolbar/toolbar.breakpoints.yml @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/modules/toolbar/toolbar.breakpoints.yml	Thu Jul 05 14:24:15 2018 +0000
@@ -0,0 +1,18 @@
+toolbar.narrow:
+  label: narrow
+  mediaQuery: 'only screen and (min-width: 16.5em)'
+  weight: 0
+  multipliers:
+    - 1x
+toolbar.standard:
+  label: standard
+  mediaQuery: 'only screen and (min-width: 38.125em)'
+  weight: 1
+  multipliers:
+    - 1x
+toolbar.wide:
+  label: wide
+  mediaQuery: 'only screen and (min-width: 61em)'
+  weight: 2
+  multipliers:
+    - 1x