summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/card/card-default-theme.css
blob: 02f7b56f40d2908136c6e1dda39907de1a7cadd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.9.8
 */
/* mixin definition ; sets LTR and RTL within the same style call */
md-card.md-THEME_NAME-theme {
  background-color: '{{background-color}}';
  border-radius: 2px; }
  md-card.md-THEME_NAME-theme .md-card-image {
    border-radius: 2px 2px 0 0; }