mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
9173bff1ba
Restrict element types and global styling to improve embedability
12 lines
128 B
SCSS
12 lines
128 B
SCSS
.optionsModal {
|
|
width: 300px;
|
|
}
|
|
|
|
.optionsModal h3 {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.optionsModal li {
|
|
list-style-type: none;
|
|
}
|