You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
696 B

  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.1
  6. */
  7. md-card.md-THEME_NAME-theme {
  8. color: '{{foreground-1}}';
  9. background-color: '{{background-hue-1}}';
  10. border-radius: 2px; }
  11. md-card.md-THEME_NAME-theme .md-card-image {
  12. border-radius: 2px 2px 0 0; }
  13. md-card.md-THEME_NAME-theme md-card-header md-card-avatar md-icon {
  14. color: '{{background-color}}';
  15. background-color: '{{foreground-3}}'; }
  16. md-card.md-THEME_NAME-theme md-card-header md-card-header-text .md-subhead {
  17. color: '{{foreground-2}}'; }
  18. md-card.md-THEME_NAME-theme md-card-title md-card-title-text:not(:only-child) .md-subhead {
  19. color: '{{foreground-2}}'; }