apple2js/js/components/css/Apple2.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
146 B
SCSS

.container {
display: flex;
margin: auto;
}
.outer {
width: 620px;
display: none;
&.ready {
display: block;
}
}