pokedex/www/lib/angular-material/modules/closure/tooltip/tooltip-default-theme.css
2016-08-22 12:55:52 +02:00

12 lines
331 B
CSS

/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.10.0
*/
/* mixin definition ; sets LTR and RTL within the same style call */
md-tooltip.md-THEME_NAME-theme {
color: '{{background-A100}}'; }
md-tooltip.md-THEME_NAME-theme .md-background {
background-color: '{{foreground-2}}'; }