icon.css 384 B

1234567891011121314151617181920
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  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. md-icon svg {
  16. pointer-events: none; }
  17. md-icon[md-font-icon] {
  18. line-height: 1;
  19. width: auto; }