apple2js/js/components/css/CPUMeter.module.scss
Will Scullin 9173bff1ba
Switch to scss, better scope rules (#170)
Restrict element types and global styling to improve embedability
2023-01-11 18:14:44 -08:00

16 lines
302 B
SCSS

.khz {
margin-right: 4px;
overflow: hidden;
padding: 4px;
font-family: Courier, monospace;
font-size: 12px;
width: 60px;
height: 15px;
text-align: right;
background: #000;
color: #0f0;
border: 2px inset #888;
border-radius: 4px;
user-select: none;
}