nci/static/css/sources/components/terminal.less

14 lines
221 B
Plaintext
Raw Normal View History

2015-05-10 17:18:02 +00:00
.terminal {
2015-06-14 15:24:03 +00:00
box-sizing: border-box;
2015-05-10 17:18:02 +00:00
&_code {
2015-06-14 15:24:03 +00:00
max-height: 200px;
padding: 4px;
box-sizing: border-box;
overflow-y: scroll;
border: none;
white-space: pre-wrap;
color: white;
background-color: black;
2015-05-10 17:18:02 +00:00
}
}