react-toolbox/docs/app/components/logo/style.css

9 lines
142 B
CSS

@import 'variables.css';
.logo {
display: inline-block;
fill: #fff;
height: calc(20 * var(--unit));
width: calc(20 * var(--unit));
}