introduced yarn workspace

This commit is contained in:
Jan Prochazka
2020-02-03 19:43:11 +01:00
parent 56e6777044
commit acf6a1ce74
151 changed files with 1515 additions and 8576 deletions

26
packages/web/src/theme.js Normal file
View File

@@ -0,0 +1,26 @@
export default {
widgetMenu: {
iconSize: 60,
background: "#222",
iconFontSize: "23pt",
iconFontColor: "#eee",
backgroundHover: "#555",
backgroundSelected: "#4CAF50",
},
leftPanel: {
width: 300,
background: "#ccc"
},
tabsPanel: {
height: 30,
background: "#ddd",
hoverFont: "#338"
},
statusBar: {
height: 20,
background: "#00c"
},
mainArea: {
background: "#eee"
}
};