(css) Add classes for star and star-border icons

pull/105/head
Francis Lachapelle 2015-09-02 15:51:07 -04:00
parent 27e57e397e
commit 99b1353faf
1 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,12 @@ md-icon {
&.icon-remove-circle:before {
content: "\e15c";
}
&.icon-star:before {
content: "\e838";
}
&.icon-star-border:before {
content: "\e83a";
}
&.icon-visibility-off:before {
content: "\e8f5";
}