ledgerrb/public/app/bower_components/angular-material/modules/js/toast/toast-default-theme.css
2015-02-04 16:08:32 +01:00

17 lines
538 B
CSS

/*!
* 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}}'; }