first commit
This commit is contained in:
commit
d64c692c83
33 changed files with 37074 additions and 0 deletions
89
wisski_cloud_theme.breakpoints.yml
Normal file
89
wisski_cloud_theme.breakpoints.yml
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
wisski_cloud_theme.screen.xs-max:
|
||||
label: xs-max
|
||||
mediaQuery: '(max-width: 575.98px)'
|
||||
weight: 1
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.sm-min:
|
||||
label: sm-min
|
||||
mediaQuery: '(min-width: 576px)'
|
||||
weight: 2
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.sm-max:
|
||||
label: sm-max
|
||||
mediaQuery: '(max-width: 767.98px)'
|
||||
weight: 3
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.md-min:
|
||||
label: md-min
|
||||
mediaQuery: '(min-width: 768px)'
|
||||
weight: 4
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.md-max:
|
||||
label: md-max
|
||||
mediaQuery: '(max-width: 991.98px)'
|
||||
weight: 5
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.lg-min:
|
||||
label: lg-min
|
||||
mediaQuery: '(min-width: 992px)'
|
||||
weight: 6
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.lg-max:
|
||||
label: lg-max
|
||||
mediaQuery: '(max-width: 1199.98px)'
|
||||
weight: 7
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.xl-min:
|
||||
label: xl-min
|
||||
mediaQuery: '(min-width: 1200px)'
|
||||
weight: 8
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.xl-max:
|
||||
label: xl-max
|
||||
mediaQuery: '(max-width: 1399.98px)'
|
||||
weight: 9
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
|
||||
wisski_cloud_theme.screen.xxl-min:
|
||||
label: xxl-min
|
||||
mediaQuery: '(min-width: 1400px)'
|
||||
weight: 10
|
||||
group: wisski_cloud_theme.screen
|
||||
multipliers:
|
||||
- 1x
|
||||
- 2x
|
||||
Loading…
Add table
Add a link
Reference in a new issue