@appearhere/bloom
Version:
Appear Here's pattern library and styleguide
17 lines (15 loc) • 409 B
CSS
.root {
position: relative;
background-color: var(--color-white);
border: 1px solid var(--color-greyLighter);
border-radius: 4px;
background-color: var(--color-white);
color: var(--color-black);
padding: var(--size-regular);
overflow-x: auto;
-webkit-overflow-scroll: smooth;
}
.code {
composes: fontSmallIi from '../../../globals/typography.css';
font-family: var(--font-fira-code);
}