From 61e1aeb1d8e9458e05e853beed91ea59fdbd00bb Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 10 Jul 2015 11:40:14 -0700 Subject: [PATCH] [Mobile] Device Removes desktop mixin settings that do not use device width and height. --- platform/commonUI/general/res/sass/mobile/_constants.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/commonUI/general/res/sass/mobile/_constants.scss b/platform/commonUI/general/res/sass/mobile/_constants.scss index 40a700e590..19d4da8436 100644 --- a/platform/commonUI/general/res/sass/mobile/_constants.scss +++ b/platform/commonUI/general/res/sass/mobile/_constants.scss @@ -48,6 +48,8 @@ $tabletHeight: "screen and #{$tabWidLanCheck} and #{$tabHeiLanCheck} and (orient $compMinW: 801px; $compMinH: 1025px; +$compBoth: "screen and (min-device-width: #{$compMinW}) and (min-device-height: #{$compMinH})"; + $leftPhone: $phoMaxW/2; $leftTab: $tabMaxW/2;