[Mobile] IN PROGRESS: Re-orgs after merge of Shivam's mobile branch

open #74
Re-applied changes to browse.html;
Added mobile/.../_search.scss;
Removed unused mobile/search/layout.scss;
Moved inclusion of search/_search.scss from tree.scss to main.scss;
This commit is contained in:
Charles Hacskaylo
2015-08-26 17:49:40 -07:00
parent 1cbca41c53
commit d33678276c
7 changed files with 286 additions and 294 deletions

View File

@@ -0,0 +1,13 @@
@include phone {
.search {
.search-bar {
// Hide menu-icon and adjust spacing when in phone mode
.menu-icon {
display: none;
}
.clear-icon {
right: $interiorMargin;
}
}
}
}