nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / toast / toast-default-theme.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-toast.md-THEME_NAME-theme {
9   background-color: #323232;
10   color: '{{background-50}}'; }
11   md-toast.md-THEME_NAME-theme .md-button {
12     color: '{{background-50}}'; }
13     md-toast.md-THEME_NAME-theme .md-button.md-highlight {
14       color: '{{primary-A200}}'; }
15       md-toast.md-THEME_NAME-theme .md-button.md-highlight.md-accent {
16         color: '{{accent-A200}}'; }
17       md-toast.md-THEME_NAME-theme .md-button.md-highlight.md-warn {
18         color: '{{warn-A200}}'; }