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
36 lines
362 B
SCSS
36 lines
362 B
SCSS
.controls {
|
|
padding: 3px 0;
|
|
margin: 2px 0;
|
|
}
|
|
|
|
.zeroPage {
|
|
width: 53em;
|
|
}
|
|
|
|
.trace {
|
|
width: 53em;
|
|
}
|
|
|
|
.stack {
|
|
width: 10em;
|
|
}
|
|
|
|
.fileChooser {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.invalid {
|
|
color: #f00;
|
|
}
|
|
|
|
.errorIcon {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
i {
|
|
position: absolute;
|
|
top: -9px;
|
|
left: -16px;
|
|
}
|
|
}
|