You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
741 B

7 years ago
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.3
  6. */
  7. md-menu-content.md-THEME_NAME-theme {
  8. background-color: '{{background-A100}}'; }
  9. md-menu-content.md-THEME_NAME-theme md-menu-item {
  10. color: '{{background-A200-0.87}}'; }
  11. md-menu-content.md-THEME_NAME-theme md-menu-item md-icon {
  12. color: '{{background-A200-0.54}}'; }
  13. md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] {
  14. color: '{{background-A200-0.25}}'; }
  15. md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] md-icon {
  16. color: '{{background-A200-0.25}}'; }
  17. md-menu-content.md-THEME_NAME-theme md-menu-divider {
  18. background-color: '{{background-A200-0.11}}'; }