Calendar module: initial AngularJS-based templates

This commit is contained in:
Francis Lachapelle
2015-06-12 11:41:25 -04:00
parent 22c9b61246
commit 4b47e5de83
9 changed files with 306 additions and 176 deletions
@@ -1 +1,7 @@
@import 'extends';
@import 'extends';
// Checkbox for the sidenav folders list
// -------------------------------------
md-sidenav md-checkbox {
margin: 0;
}
@@ -154,11 +154,14 @@ $i: 1;
&.sg-loading {
color: sg-color($sogoBlue, 500);
}
.sg-item-name {
.sg-item-name, .md-label {
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.md-label {
display: inline;
}
}
}