[Mobile] Items

Item icons disappear now on
tablets and mobile devices.
Adjusted _items.scss to adjust the
icon class display for phones and
tablets.
This commit is contained in:
Dave
2015-07-10 11:12:09 -07:00
parent d3ae4b729f
commit 4d9dc3624b
2 changed files with 5 additions and 8 deletions

View File

@@ -46,16 +46,13 @@
height: $dHei;
}
.bar {
// NOTE: make icon disappear
.item-main {
.icon {
@include phone {
display: none;
}
@include tablet {
display: none;
}
}
}
}
}