mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-24 18:00:31 +00:00
* [build] 0.4.1 * [release] 0.4.1 * Adjust menu offset position when page scrolling occurs. fix #172
21 lines
No EOL
632 B
CSS
21 lines
No EOL
632 B
CSS
/* Common
|
|
========================================================================== */
|
|
/* Transitions - Based on Angular Material
|
|
========================================================================== */
|
|
/* Elevation - Based on Angular Material
|
|
========================================================================== */
|
|
.md-icon {
|
|
width: 24px;
|
|
min-width: 24px;
|
|
height: 24px;
|
|
min-height: 24px;
|
|
margin: auto;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
fill: currentColor;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |