(html) Show active tasks count in Calendar module

This commit is contained in:
Francis Lachapelle
2015-09-21 09:48:42 -04:00
parent 1c666e8ead
commit 959ea0f62f
4 changed files with 16 additions and 13 deletions

View File

@@ -129,6 +129,17 @@ div.md-tile-left {
width: (2 * $mg);
height:(7 * $line);
}
&-counter-badge {
border-left-width: 1px;
border-left-color: #999;
border-style: solid;
margin: 0;
padding: 0 rem(0.500);
font-size: $sg-font-size-1;
font-weight: $sg-font-medium;
text-transform: uppercase;
}
}
.sg-avatars {
margin: ($mg / 2) 0 0 ($mg / 2);