frontend-tutorial-framework/src/app/console/console.component.scss

14 lines
258 B
SCSS

@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;
outline: none;
}