mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-11 08:43:10 +00:00
15 lines
287 B
SCSS
15 lines
287 B
SCSS
@import '../../core/stylesheets/variables.scss';
|
|
|
|
$icon-size: 24px;
|
|
|
|
.md-icon {
|
|
width: $icon-size;
|
|
min-width: $icon-size;
|
|
height: $icon-size;
|
|
min-height: $icon-size;
|
|
margin: auto;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
fill: currentColor;
|
|
vertical-align: middle;
|
|
}
|