apple2js/js/components/css/App.module.scss
Will Scullin 9173bff1ba
Switch to scss, better scope rules (#170)
Restrict element types and global styling to improve embedability
2023-01-11 18:14:44 -08:00

14 lines
220 B
SCSS

:global(.full-page) {
background: black;
}
.container {
font-size: 14px;
font-family: sans-serif;
line-height: normal;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}