mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 16:36:23 +00:00
16 lines
354 B
SCSS
16 lines
354 B
SCSS
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
|
// All Rights Reserved. See LICENSE file for details.
|
|
|
|
@import "../../assets/scss/variables.scss";
|
|
|
|
.tfw-console {
|
|
resize: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: $tao-gray-800;
|
|
border: 1px solid $tao-gray-800;
|
|
color: white;
|
|
padding: 0 8px 8px 8px;
|
|
font-size: small;
|
|
}
|