@appearhere/bloom
Version:
Appear Here's pattern library and styleguide
22 lines (20 loc) • 469 B
CSS
/*
This means we can supply a class to the outer element and
it'll color the whole block as required
*/
.base {
color: currentColor;
display: block;
}
.title {
margin-top: 0;
margin-bottom: 0;
composes: fontLargeIi from '../../../globals/typography.css';
text-transform: uppercase;
font-weight: var(--fontweight-bold);
}
.body {
margin-top: var(--size-medium);
margin-bottom: 0;
composes: fontRegular from '../../../globals/typography.css';
}