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

11 lines
139 B
SCSS

.progressContainer {
width: 320px;
height: 20px;
background: #000;
}
.progressBar {
height: 20px;
background: #0f0;
}