Fixing terminal colors

This commit is contained in:
Gabor PEK
2018-03-14 15:05:58 +01:00
parent a7dbd15370
commit bcd030e3d9
6 changed files with 21 additions and 15 deletions

View File

@ -16,7 +16,7 @@
.tfw-header,
.tfw-messages {
@if ($layout-template == 'default') {
border: 2px solid $tao-plum-100;
border: 2px solid $tao-gray-100;
border-top: 0;
border-left: 0;
border-bottom: 0;
@ -62,15 +62,19 @@
}
.tfw-terminal {
border: 2px solid $tao-plum-100;
// overflow-y: hidden;
border: 1px solid $tao-plum-100;
border-left: 0;
border-right: 0;
border-bottom: 0;
background-color: black;
}
.tfw-terminal-footer {
background-color: $tao-phtalo-900;
background-color: $tao-gray-800;
border: 1px solid $tao-plum-100;
border-left: 0;
border-top: 0;
border-bottom: 0;
}
}