(js) New sgCheckmark directive

To be used as checkmarks in menus.
This commit is contained in:
Francis Lachapelle
2016-03-01 14:07:30 -05:00
parent 0a78b65cdc
commit 0b7824a8b7
2 changed files with 123 additions and 0 deletions
@@ -6,3 +6,14 @@
md-sidenav md-checkbox {
margin: 0;
}
// Checkbox for the sg-checkmark directive
// ---------------------------------------
.sg-checkmark {
md-icon {
opacity: 0;
}
&.sg-checked md-icon {
opacity: 1;
}
}