You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
382 B
24 lines
382 B
.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;
|
|
}
|