mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
19 lines
252 B
CSS
19 lines
252 B
CSS
.inset {
|
|
border-radius: 6px;
|
|
border: 3px inset #f0edd0;
|
|
padding: 6px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
width: 604px;
|
|
}
|
|
|
|
:global(.full-page) .inset {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.inset button {
|
|
min-width: 36px;
|
|
margin: 0 2px;
|
|
}
|