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.

28 lines
1.1 KiB

  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.1
  6. */
  7. md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h4,
  8. md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3,
  9. md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4 {
  10. color: '{{foreground-1}}'; }
  11. md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p,
  12. md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p {
  13. color: '{{foreground-2}}'; }
  14. md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style {
  15. background-color: '{{background-100}}'; }
  16. md-list.md-THEME_NAME-theme md-list-item .md-avatar-icon {
  17. background-color: '{{foreground-3}}';
  18. color: '{{background-color}}'; }
  19. md-list.md-THEME_NAME-theme md-list-item > md-icon {
  20. color: '{{foreground-2}}'; }
  21. md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight {
  22. color: '{{primary-color}}'; }
  23. md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight.md-accent {
  24. color: '{{accent-color}}'; }