left menu icon design

This commit is contained in:
Jan Prochazka
2019-12-30 20:17:21 +01:00
parent e22b5559d7
commit ecf00dcc23
8 changed files with 152 additions and 80 deletions

View File

@@ -1,7 +1,11 @@
export default {
widgetMenu: {
iconSize: 80,
background: "#222"
iconSize: 60,
background: "#222",
iconFontSize: "23pt",
iconFontColor: "#eee",
backgroundHover: "#555",
backgroundSelected: "#4CAF50",
},
leftPanel: {
width: 300,
@@ -9,8 +13,8 @@ export default {
},
tabsPanel: {
height: 30,
background:'#ddd',
hoverFont: '#338'
background: "#ddd",
hoverFont: "#338"
},
statusBar: {
height: 20,