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

8 lines
134 B
SCSS

.modalContent {
display: flex;
font-size: 1.1em;
justify-content: space-between;
padding: 10px 0;
width: 320px;
}