cryptpad/www/worker/app-worker.less

33 lines
817 B
Plaintext
Raw Normal View History

@import (reference) "../../customize/src/less2/include/browser.less";
@import (reference) "../../customize/src/less2/include/markdown.less";
@import (reference) '../../customize/src/less2/include/avatar.less';
2018-04-13 21:25:14 +08:00
@import (once) '../../customize/src/less2/include/framework.less';
2017-12-01 22:03:01 +08:00
2018-04-13 21:25:14 +08:00
.framework_min_main();
2017-12-01 22:03:01 +08:00
// body
&.cp-app-worker {
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;
}
}