/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.0-rc3 */ md-toast.md-THEME_NAME-theme { background-color: '{{foreground-1}}'; color: '{{background-50}}'; } md-toast.md-THEME_NAME-theme .md-button { color: '{{background-50}}'; } md-toast.md-THEME_NAME-theme .md-action { color: '{{primary-A200}}'; } md-toast.md-THEME_NAME-theme .md-action.md-accent { color: '{{accent-A200}}'; } md-toast.md-THEME_NAME-theme .md-action.md-warn { color: '{{warn-A200}}'; }