aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/icon/icon-default-theme.css
blob: 074a19803d8f008d5bf8fe0737a789052f138a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-icon.md-THEME_NAME-theme {
  color: '{{foreground-2}}'; }
  md-icon.md-THEME_NAME-theme.md-primary {
    color: '{{primary-color}}'; }
  md-icon.md-THEME_NAME-theme.md-accent {
    color: '{{accent-color}}'; }
  md-icon.md-THEME_NAME-theme.md-warn {
    color: '{{warn-color}}'; }