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