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
13 lines
192 B
SCSS
13 lines
192 B
SCSS
.inset {
|
|
border-radius: 6px;
|
|
border: 3px inset #f0edd0;
|
|
padding: 6px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
width: 604px;
|
|
}
|
|
|
|
:global(.full-page) .inset {
|
|
display: none;
|
|
}
|