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.
26 lines
373 B
26 lines
373 B
5 years ago
|
@use 'xterm/css/xterm.css';
|
||
|
@use 'toastify-js/src/toastify.css';
|
||
|
@use './variables';
|
||
|
@use './overlay';
|
||
|
@use './options';
|
||
|
@use './terminal';
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
background-color: variables.$black;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
overflow: hidden;
|
||
|
|
||
|
.toastify {
|
||
|
border-radius: 0;
|
||
|
color: variables.$black;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.xterm {
|
||
|
.xterm-viewport {
|
||
|
overflow-y: hidden;
|
||
|
}
|
||
|
}
|