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.

17 lines
668 B

7 years ago
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.3
  6. */
  7. md-toast.md-THEME_NAME-theme .md-toast-content {
  8. background-color: #323232;
  9. color: '{{background-50}}'; }
  10. md-toast.md-THEME_NAME-theme .md-toast-content .md-button {
  11. color: '{{background-50}}'; }
  12. md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight {
  13. color: '{{accent-color}}'; }
  14. md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-primary {
  15. color: '{{primary-color}}'; }
  16. md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-warn {
  17. color: '{{warn-color}}'; }