Code Review
/
vnfsdk
/
refrepo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
80c35c8b818668a25ac57953ac5bf7afdf46f818
[vnfsdk/refrepo.git]
/
1
/*!
2
* Angular Material Design
3
* https://github.com/angular/material
4
* @license MIT
5
* v1.1.3
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; }