nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / icon / icon-default-theme.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-icon.md-THEME_NAME-theme {
9   color: '{{foreground-2}}'; }
10   md-icon.md-THEME_NAME-theme.md-primary {
11     color: '{{primary-color}}'; }
12   md-icon.md-THEME_NAME-theme.md-accent {
13     color: '{{accent-color}}'; }
14   md-icon.md-THEME_NAME-theme.md-warn {
15     color: '{{warn-color}}'; }