2015-05-10 17:18:02 +00:00
|
|
|
.terminal {
|
2015-06-14 15:24:03 +00:00
|
|
|
box-sizing: border-box;
|
2015-07-08 20:37:31 +00:00
|
|
|
|
2015-05-10 17:18:02 +00:00
|
|
|
&_code {
|
2015-07-11 15:15:18 +00:00
|
|
|
height: 420px;
|
2015-07-09 18:28:51 +00:00
|
|
|
padding: 8px 12px;
|
2015-06-14 15:24:03 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
overflow-y: scroll;
|
|
|
|
border: none;
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
2015-07-08 20:37:31 +00:00
|
|
|
line-height: 0.8;
|
2015-07-09 18:28:51 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-family: 'Ubuntu', sans-serif;
|
2015-07-08 20:37:31 +00:00
|
|
|
|
|
|
|
&_newline {
|
|
|
|
display: block;
|
|
|
|
margin: 0.8em 0;
|
|
|
|
white-space: pre;
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-05-10 17:18:02 +00:00
|
|
|
}
|
|
|
|
}
|