1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/dock/terminal-window.scss
Alex Andreev 12507515f1 Removing usage of custom-scrollbar mixin
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-11-23 13:20:32 +03:00

11 lines
155 B
SCSS

@import "~xterm";
.TerminalWindow {
margin: $padding;
margin-left: $padding * 2;
margin-top: $padding * 2;
> .xterm {
overflow: hidden;
}
}