mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-04 05:32:40 +00:00
15 lines
182 B
SCSS
15 lines
182 B
SCSS
@import "../../assets/scss/mixins/layout.scss";
|
|
@import "../../app/dashboard/dashboard.component.scss";
|
|
|
|
|
|
|
|
|
|
.tfw-xterm {
|
|
max-height: 100%;
|
|
height: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
|
|
|