From 4ad39a5c96dd99acf819ce189b13fec946d7506b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 15:03:57 -0500 Subject: Initial OpenECOMP Portal commit Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila --- .../modules/closure/toast/toast-default-theme.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toast/toast-default-theme.css (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toast/toast-default-theme.css') diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toast/toast-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toast/toast-default-theme.css new file mode 100644 index 00000000..ff07e0eb --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toast/toast-default-theme.css @@ -0,0 +1,18 @@ +/*! + * Angular Material Design + * https://github.com/angular/material + * @license MIT + * v0.9.8 + */ +/* mixin definition ; sets LTR and RTL within the same style call */ +md-toast.md-THEME_NAME-theme { + background-color: #323232; + color: '{{background-50}}'; } + md-toast.md-THEME_NAME-theme .md-button { + color: '{{background-50}}'; } + md-toast.md-THEME_NAME-theme .md-button.md-highlight { + color: '{{primary-A200}}'; } + md-toast.md-THEME_NAME-theme .md-button.md-highlight.md-accent { + color: '{{accent-A200}}'; } + md-toast.md-THEME_NAME-theme .md-button.md-highlight.md-warn { + color: '{{warn-A200}}'; } -- cgit