@appearhere/bloom
Version:
Appear Here's pattern library and styleguide
19 lines (17 loc) • 372 B
CSS
.root {
stroke: currentColor;
fill: transparent;
stroke-linecap: round;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* fix webkit/blink poor rendering issues */
transform: translate3d(0,0,0);
}
.root svg {
width: 1em;
height: 0.6562em;
line-height: inherit;
stroke: inherit;
fill: inherit;
vertical-align: middle;
}