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
9 lines
97 B
SCSS
9 lines
97 B
SCSS
.active {
|
|
color: #0f0;
|
|
}
|
|
|
|
.iconButton {
|
|
min-width: 36px !important;
|
|
margin: 0 2px;
|
|
}
|