[Mobile] Gen css

This commit is contained in:
Dave
2015-07-08 12:17:19 -07:00
parent 5c56484889
commit 342be0822f
5 changed files with 89 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ $phoMaxW: 514px;
$tabMinW: 515px;
$tabMaxW: 800px;
$compMinW: 801px;
$compMinH: 1281px;
$compMinH: 1281px;

View File

@@ -22,7 +22,7 @@
.items-holder {
.item {
&.grid-item {
// NOTE: Sets grid item width
// NOTE: Sets grid item width
$dWid: $ueBrowseGridItemLg;
$dHei: $ueBrowseGridItemLg;
@include phone {

View File

@@ -43,4 +43,4 @@
@media screen and (min-width: $compMinW) {
@content
}
}
}