You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
267 B

@import
'../node_modules/@tiny-components/plain-ui/src/scss/plain-ui',
'styles';
.console {
overflow-y: scroll;
max-height: 350px;
background: gray;
padding: 1em 1.5em;
background: #ddd;
border: 1px solid #b3b3b3;
height: 100%;
}