[Mobile] Constants/Etc

Added constants for media queries.
in _constants.scss. Also, now on tablet,
zoom is disabled.
This commit is contained in:
Shivam Dave 2015-07-07 09:58:22 -07:00
parent d8806f14aa
commit d828bf59f9
6 changed files with 14 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
<script type="text/javascript"
src="platform/framework/lib/require.js"

View File

@ -42,6 +42,7 @@
*****************************************************************************/
/************************** FEATURES */
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
/************************** WINDOW DIMENSIONS FOR RWD */
/************************** COLORS AND SHADING */
/************************** RATIOS */
/************************** LAYOUT */

View File

@ -42,6 +42,7 @@
*****************************************************************************/
/************************** FEATURES */
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
/************************** WINDOW DIMENSIONS FOR RWD */
/************************** COLORS AND SHADING */
/************************** RATIOS */
/************************** LAYOUT */

View File

@ -43,6 +43,7 @@
*****************************************************************************/
/************************** FEATURES */
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
/************************** WINDOW DIMENSIONS FOR RWD */
/************************** COLORS AND SHADING */
/************************** RATIOS */
/************************** LAYOUT */

View File

@ -42,6 +42,7 @@
*****************************************************************************/
/************************** FEATURES */
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
/************************** WINDOW DIMENSIONS FOR RWD */
/************************** COLORS AND SHADING */
/************************** RATIOS */
/************************** LAYOUT */

View File

@ -33,6 +33,14 @@ $controlCr: 2px;
$smallCr: 2px;
$badgeW: 35px;
/************************** WINDOW DIMENSIONS FOR RWD */
$phoMaxW: 400px;
$phoneMaxH: 680px;
$tabMaxW: 800px;
$tabMaxH: 1280px;
$compMinW: 801px;
$compMinH: 1281px;
/************************** COLORS AND SHADING */
$colorBodyBg: #333;
$colorBodyFg: #999;
@ -103,6 +111,7 @@ $ovrTopBarH: 60px;
$ovrFooterH: 40px;
// Items
$ueBrowseGridItemLg: 200px;
$ueBrowseGridItemSm: 100%;
$ueBrowseGridItemTopBarH: 20px;
$ueBrowseGridItemBottomBarH: 30px;
$itemPadLR: 5px;