Add next button for instructions and finally the terminal is responsive

This commit is contained in:
Gabor PEK
2018-03-14 16:43:44 +01:00
parent bcd030e3d9
commit f0ecdd31f2
7 changed files with 44 additions and 38 deletions

View File

@ -62,19 +62,14 @@
}
.tfw-terminal {
// overflow-y: hidden;
overflow-y: hidden;
border: 1px solid $tao-plum-100;
border-left: 0;
border-bottom: 0;
background-color: black;
}
.tfw-terminal-footer {
background-color: $tao-gray-800;
border: 1px solid $tao-plum-100;
border-left: 0;
border-top: 0;
border-bottom: 0;
@if ($layout-template != 'vraw') {
border-left: 0;
}
}
}