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

12 lines
128 B
SCSS

.optionsModal {
width: 300px;
}
.optionsModal h3 {
font-size: 13px;
}
.optionsModal li {
list-style-type: none;
}