mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-17 16:14:17 +00:00
19 lines
275 B
SCSS
19 lines
275 B
SCSS
|
|
md-icon {
|
|
margin: auto;
|
|
padding: 0;
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
background-repeat: no-repeat no-repeat;
|
|
pointer-events: none;
|
|
}
|
|
svg, object {
|
|
fill: currentColor;
|
|
color: currentColor;
|
|
}
|
|
|
|
md-class-icon {
|
|
// display: block;
|
|
// margin: 0 auto;
|
|
}
|