angular-material-npfixed
Version:
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M
19 lines (18 loc) • 741 B
CSS
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.7
*/
md-menu-content.md-THEME_NAME-theme {
background-color: '{{background-A100}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item {
color: '{{background-A200-0.87}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item md-icon {
color: '{{background-A200-0.54}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] {
color: '{{background-A200-0.25}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] md-icon {
color: '{{background-A200-0.25}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-divider {
background-color: '{{background-A200-0.11}}'; }