cryptpad/www/worker/app-worker.less

30 lines
685 B
Text
Raw Normal View History

@import (reference) "../../customize/src/less2/include/colortheme-all.less";
@import (reference) '../../customize/src/less2/include/framework.less';
2017-12-01 14:03:01 +00:00
&.cp-app-worker {
2018-07-14 13:15:23 +00:00
.framework_min_main();
2017-12-01 14:03:01 +00:00
display: flex;
flex-flow: column;
#cp-toolbar {
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
}
.cp-cryptpad-toolbar {
padding: 0px;
display: inline-block;
}
#cp-app-worker-container {
display: flex;
flex: 1;
flex-flow: column;
padding: 20px;
align-items: center;
background-color: lighten(@colortheme_todo-bg, 15%);
min-height: 0;
}
}