mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-11 08:48:11 +01:00
24 lines
465 B
CSS
24 lines
465 B
CSS
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v0.7.0-rc3
|
|
*/
|
|
md-icon {
|
|
margin: auto;
|
|
padding: 0;
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
background-repeat: no-repeat no-repeat;
|
|
pointer-events: none;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
md-icon object.md-icon {
|
|
display: inline-block; }
|
|
|
|
svg, object {
|
|
fill: currentColor;
|
|
color: currentColor; }
|
|
|