##// END OF EJS Templates
invoke css
invoke css

File last commit:

r19653:c607f950
r19654:1cdd32a0
Show More
terminal.less
23 lines | 382 B | text/x-less | LessCssLexer
.terminal {
float: left;
font-family: monospace;
color: white;
background: black;
border-radius: @border-radius-base;
box-shadow: 0px 4px 11px 0px gray;
padding: @code_padding;
&, dummy-screen {
line-height: 1em;
font-size: @notebook_font_size;
}
}
.terminal-cursor {
color: black;
background: white;
}
#terminado-container {
padding-top: 20px;
}