nci/static/css/sources/components/terminal.less
2015-07-08 23:37:31 +03:00

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;
}
}
}
}