(html,js) Reorder and filter calendars list

This commit is contained in:
Francis Lachapelle
2016-04-27 15:48:31 -04:00
parent 6cb513f30b
commit 2963654800
7 changed files with 136 additions and 22 deletions
@@ -112,6 +112,23 @@ hgroup {
flex: 1 1 auto;
}
.sg-toolbar-search {
padding: $toolbar-padding 0;
// Animate transitions from one toolbar to the other
.sg-toolbar-multiple {
overflow: hidden;
.md-toolbar-tools {
&.ng-hide {
transform: translateY(100%);
transition: transform 0ms;
}
transform: translateY(0%);
transition: transform 240ms;
}
}
.sg-toolbar-tools--dense {
height: $bl * 6;
}
//.sg-toolbar-search {
// padding: $toolbar-padding 0;
//}