@appearhere/bloom
Version:
Appear Here's pattern library and styleguide
14 lines • 333 B
CSS
.root {
display: block;
width: 100%;
text-decoration: none;
composes: fontSmallI from '../../../globals/typography.css';
color: currentColor;
padding: var(--size-sm-i);
transition: color 200ms;
border-radius: 0;
border: 0;
margin: 0;
font-weight: var(--fontweight-demi);
-webkit-font-smoothing: antialiased;
}