[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:
@@ -46,16 +46,13 @@
|
||||
height: $dHei;
|
||||
}
|
||||
|
||||
.bar {
|
||||
// NOTE: make icon disappear
|
||||
.item-main {
|
||||
.icon {
|
||||
@include phone {
|
||||
display: none;
|
||||
}
|
||||
@include tablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user