apple2js/js/components/css/Inset.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

13 lines
192 B
SCSS

.inset {
border-radius: 6px;
border: 3px inset #f0edd0;
padding: 6px;
margin: 0 auto;
display: flex;
width: 604px;
}
:global(.full-page) .inset {
display: none;
}