backdrop-default-theme.css 259 B

1234567891011
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  6. */
  7. md-backdrop {
  8. background-color: '{{background-900-0.0}}'; }
  9. md-backdrop.md-opaque.md-THEME_NAME-theme {
  10. background-color: '{{background-900-1.0}}'; }