cryptpad/www/debug/app-debug.less

53 lines
1.2 KiB
Text
Raw Normal View History

@import (reference) '../../customize/src/less2/include/tokenfield.less';
@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
}
2019-02-25 17:43:32 +00:00
#cp-app-debug-content, #cp-app-debug-history {
2017-11-21 16:37:38 +00:00
flex: 1;
overflow: auto;
white-space: pre-wrap;
2019-02-25 17:43:32 +00:00
display: none;
}
#cp-app-debug-content {
flex-flow: column;
align-items: center;
justify-content: center;
.cp-app-debug-content {
flex: 1;
min-height: 0;
}
.cp-app-debug-progress {
width: 80%;
}
.cp-loading-progress-bar {
position: relative;
border: 1px solid #eee;
height: 36px;
}
#cp-app-debug-progres-bar-text {
position: absolute;
width: 100%;
text-align: center;
height: 100%;
line-height: 36px;
}
#cp-app-debug-loading {
text-align: center;
}
2017-11-21 16:37:38 +00:00
}
}