mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 08:15:12 +00:00
Fixing terminal colors
This commit is contained in:
@ -1 +1,3 @@
|
||||
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
|
||||
<div class="tfw-xterm-container">
|
||||
<div #xterm class="tfw-xterm"></div>
|
||||
</div>
|
||||
|
@ -1,12 +1,6 @@
|
||||
@import "../../assets/scss/mixins/layout.scss";
|
||||
|
||||
.tfw-xterm-container {
|
||||
@include set-component-size('terminal');
|
||||
|
||||
.tfw-xterm {
|
||||
.xterm-viewport {
|
||||
@include set-component-size('terminal');
|
||||
}
|
||||
|
||||
.xterm .composition-view {
|
||||
background: blue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user