mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 22:05:08 +00:00
26 lines
400 B
Plaintext
26 lines
400 B
Plaintext
.terminal {
|
|
box-sizing: border-box;
|
|
|
|
&_code {
|
|
height: 300px;
|
|
padding: 8px;
|
|
box-sizing: border-box;
|
|
overflow-y: scroll;
|
|
border: none;
|
|
color: white;
|
|
background-color: black;
|
|
line-height: 0.8;
|
|
font-size: 12px;
|
|
font-family: Monaco, Monosapce, sans-serif;
|
|
|
|
&_newline {
|
|
display: block;
|
|
margin: 0.8em 0;
|
|
white-space: pre;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|