mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Mobile device variables
This commit is contained in:
parent
b1be159155
commit
c5510fc416
@ -758,6 +758,16 @@ $gallery-folder-height: 54px;
|
||||
$gallery-folder-title-height: $gallery-folder-height - 2;
|
||||
|
||||
|
||||
// Preview panel screen sizes
|
||||
|
||||
$mobile-height: 568px;
|
||||
$mobile-width: 320px;
|
||||
$tablet-height: 1024px;
|
||||
$tablet-width: 768px;
|
||||
$desktop-height: 768px;
|
||||
$desktop-width: 1366px;
|
||||
|
||||
|
||||
// Transition speeds
|
||||
|
||||
$transition-speed-slow: 1s;
|
||||
|
Loading…
Reference in New Issue
Block a user