[IMP] web_responsive: Add search feature

* Add feature to search menus in the app drawer
This commit is contained in:
Dave Lasley
2017-12-14 17:07:30 -08:00
parent 3075230e3a
commit 2c254cce51
11 changed files with 1190 additions and 99 deletions

View File

@@ -78,6 +78,14 @@
width: 100%;
}
.app-drawer-search-panel {
.panel-body {
padding-top: @padding-base-vertical;
}
}
}
.drawer-nav {
@@ -113,3 +121,9 @@
.app-drawer-toggle.navbar-toggle {
margin-left: 1em;
}
/* Icon Focusing */
.web-responsive-focus {
.tab-focus();
}