summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/card/card-default-theme.css
blob: d715bf9cf13f358e941cf35d393e4a82b2b11aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-card.md-THEME_NAME-theme {
  color: '{{foreground-1}}';
  background-color: '{{background-hue-1}}';
  border-radius: 2px; }
  md-card.md-THEME_NAME-theme .md-card-image {
    border-radius: 2px 2px 0 0; }
  md-card.md-THEME_NAME-theme md-card-header md-card-avatar md-icon {
    color: '{{background-color}}';
    background-color: '{{foreground-3}}'; }
  md-card.md-THEME_NAME-theme md-card-header md-card-header-text .md-subhead {
    color: '{{foreground-2}}'; }
  md-card.md-THEME_NAME-theme md-card-title md-card-title-text:not(:only-child) .md-subhead {
    color: '{{foreground-2}}'; }