Files
node-factorio-recipes/components/shared/Input/Input.module.css
Sebastian Seedorf d964748a66 Styling of home
2022-08-22 17:04:39 +02:00

9 lines
287 B
CSS

.root {
padding: 1em 0.5em;
border: 1px solid var(--color-text, var(--md-sys-color-on-background));
margin: 0 0 1em;
background-color: var(--color-bg, var(--md-sys-color-background));
border-radius: 4px;
font-size: var(--md-sys-typescale-body-small-font-size);
}