Mobile device variables

This commit is contained in:
Paul Clarke 2016-11-08 17:08:23 +13:00
parent b1be159155
commit c5510fc416

View File

@ -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;