2018-07-12 16:43:17 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/tokenfield.less';
|
2018-07-12 17:13:04 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/framework.less';
|
2017-11-21 16:37:38 +00:00
|
|
|
|
|
|
|
// body
|
|
|
|
&.cp-app-debug {
|
2018-07-14 13:15:23 +00:00
|
|
|
.tokenfield_main();
|
|
|
|
.framework_min_main();
|
|
|
|
|
2017-11-21 16:37:38 +00:00
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
#cp-app-debug {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
2017-11-21 16:42:50 +00:00
|
|
|
min-height: 0;
|
2017-11-21 16:37:38 +00:00
|
|
|
}
|
|
|
|
#cp-app-debug-content {
|
|
|
|
flex: 1;
|
|
|
|
overflow: auto;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|