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.
31 lines
417 B
31 lines
417 B
@import "~common/stylesheet/index";
|
|
|
|
.app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
height: 100%;
|
|
background-color: $theme-normal;
|
|
|
|
.header {
|
|
}
|
|
|
|
.workspace {
|
|
flex: 1;
|
|
|
|
.visualization_viewer {
|
|
background-color: $theme-dark;
|
|
}
|
|
|
|
.editor_tab_container {
|
|
}
|
|
}
|
|
|
|
.toast_container {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
}
|
|
}
|