mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Make console gray again
This commit is contained in:
parent
e1cdc061dc
commit
f384826200
@ -1,12 +1,14 @@
|
|||||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
// All Rights Reserved. See LICENSE file for details.
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
|
@import "../../assets/scss/variables.scss";
|
||||||
|
|
||||||
.tfw-console {
|
.tfw-console {
|
||||||
resize: none;
|
resize: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: black;
|
background-color: $tao-gray-800;
|
||||||
border: 1px solid black;
|
border: 1px solid $tao-gray-800;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0 8px 8px 8px;
|
padding: 0 8px 8px 8px;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user