nci/static/css/sources/components/terminal.less
2015-06-14 18:27:22 +03:00

14 lines
217 B
Plaintext

.terminal {
box-sizing: border-box;
&_code {
height: 300px;
padding: 4px;
box-sizing: border-box;
overflow-y: scroll;
border: none;
white-space: pre-wrap;
color: white;
background-color: black;
}
}