source: trip-planner-front/node_modules/angular-material/modules/closure/toast/toast-default-theme.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 670 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7md-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}}'; }
Note: See TracBrowser for help on using the repository browser.