mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-03 12:06:24 +00:00
Add barebones console option
This commit is contained in:
9
src/app/console/console.component.scss
Normal file
9
src/app/console/console.component.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.tfw-console {
|
||||
resize: none;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
padding: 8px;
|
||||
}
|
Reference in New Issue
Block a user