nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / icon / icon.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-icon {
9   margin: auto;
10   background-repeat: no-repeat no-repeat;
11   display: inline-block;
12   vertical-align: middle;
13   fill: currentColor;
14   height: 24px;
15   width: 24px; }
16   md-icon svg {
17     pointer-events: none; }
18   md-icon[md-font-icon] {
19     line-height: 1;
20     width: auto; }