Rename the spreadsheet app

This commit is contained in:
yflory
2019-01-25 17:13:55 +01:00
parent 3d1d79e379
commit e93c9c3faa
6 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
@import (reference) "../../customize/src/less2/include/framework.less";
// body
body.cp-app-oocell, body.cp-app-oodoc, body.cp-app-ooslide {
body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
display: flex;
flex-flow: column;
&.cp-app-oocell {
&.cp-app-sheet {
.framework_main(
@bg-color: @colortheme_oocell-bg,
@warn-color: @colortheme_oocell-warn,