web app - basic theme

This commit is contained in:
Jan Prochazka
2019-12-26 22:25:28 +01:00
parent a91853d0cd
commit 43bc6a719c
9 changed files with 225 additions and 244 deletions

12
web/src/theme.js Normal file
View File

@@ -0,0 +1,12 @@
export default {
widgetMenu: {
iconSize: 80,
panelWidth: 300
},
tabsPanel: {
height: 30
},
statusBar: {
height: 20
}
};