mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
common screen size constants defined
This commit is contained in:
parent
a4e44ab9c3
commit
33420e2c03
1 changed files with 8 additions and 0 deletions
8
src/common/screen-sizes.less
Normal file
8
src/common/screen-sizes.less
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@xsmall: 1000px;
|
||||
@small: 1300px;
|
||||
@medium: 1600px;
|
||||
@normal: 1900px;
|
||||
@large: 2200px;
|
||||
@xlarge: 2500px;
|
||||
@xxlarge: 2800px;
|
||||
@xxxlarge: 3800px;
|
||||
Loading…
Reference in a new issue