summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/toolbar/toolbar.breakpoints.yml
blob: a68784a80e607355737259deccfb2cf5d2f8543b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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