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.

22 lines
445 B

  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.1
  6. */
  7. md-icon {
  8. margin: auto;
  9. background-repeat: no-repeat no-repeat;
  10. display: inline-block;
  11. vertical-align: middle;
  12. fill: currentColor;
  13. height: 24px;
  14. width: 24px;
  15. min-height: 24px;
  16. min-width: 24px; }
  17. md-icon svg {
  18. pointer-events: none;
  19. display: block; }
  20. md-icon[md-font-icon] {
  21. line-height: 24px;
  22. width: auto; }