mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:15:12 +00:00
Add next button for instructions and finally the terminal is responsive
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user