Change terminal colors

This commit is contained in:
Gabor PEK
2018-03-14 14:34:17 +01:00
parent ba2e2ace6d
commit a7dbd15370
7 changed files with 47 additions and 9 deletions

View File

@ -13,4 +13,5 @@
<div class="tfw-terminal">
<app-terminal></app-terminal>
</div>
<div class="tfw-terminal-footer"></div>
</div>

View File

@ -30,6 +30,7 @@
.tfw-messages {
padding: $space;
padding-top: $hair;
background-color: $tao-gray-50;
overflow-y: scroll;
@ -61,12 +62,16 @@
}
.tfw-terminal {
border: 1px solid $tao-gray-500;
border: 2px solid $tao-plum-100;
border-left: 0;
border-right: 0;
border-bottom: 0;
background-color: black;
}
.tfw-terminal-footer {
background-color: $tao-phtalo-900;
}
}
.deploy-blur {