summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/toast/toast-default-theme.css
blob: 981dcf30643c7a8782019477da41e924a0831290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-toast.md-THEME_NAME-theme .md-toast-content {
  background-color: #323232;
  color: '{{background-50}}'; }
  md-toast.md-THEME_NAME-theme .md-toast-content .md-button {
    color: '{{background-50}}'; }
    md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight {
      color: '{{accent-color}}'; }
      md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-primary {
        color: '{{primary-color}}'; }
      md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-warn {
        color: '{{warn-color}}'; }