card-default-theme.css 280 B

123456789101112
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  6. */
  7. md-card.md-THEME_NAME-theme {
  8. background-color: '{{background-color}}';
  9. border-radius: 2px; }
  10. md-card.md-THEME_NAME-theme .md-card-image {
  11. border-radius: 2px 2px 0 0; }