Commit 892d8607 authored by yann300's avatar yann300

small fixes

parent 5cbe8ce2
...@@ -25,7 +25,7 @@ var css = csjs` ...@@ -25,7 +25,7 @@ var css = csjs`
margin: 3% 0; margin: 3% 0;
} }
.compileContainer { .compileContainer {
${styles.rightPanel.compileTab.box_CompileContainer} ${styles.rightPanel.compileTab.box_CompileContainer};
margin-bottom: 2%; margin-bottom: 2%;
} }
.autocompileContainer { .autocompileContainer {
...@@ -61,20 +61,20 @@ var css = csjs` ...@@ -61,20 +61,20 @@ var css = csjs`
display: flex; display: flex;
} }
.compileButton { .compileButton {
${styles.rightPanel.compileTab.button_Compile} ${styles.rightPanel.compileTab.button_Compile};
width: 120px; width: 120px;
min-width: 110px; min-width: 110px;
margin-right: 1%; margin-right: 1%;
font-size: 12px; font-size: 12px;
} }
.container { .container {
${styles.rightPanel.compileTab.box_CompileContainer} ${styles.rightPanel.compileTab.box_CompileContainer};
margin: 0; margin: 0;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.contractNames { .contractNames {
${styles.rightPanel.compileTab.dropdown_CompileContract} ${styles.rightPanel.compileTab.dropdown_CompileContract};
margin-right: 5%; margin-right: 5%;
} }
.contractButtons { .contractButtons {
...@@ -84,15 +84,15 @@ var css = csjs` ...@@ -84,15 +84,15 @@ var css = csjs`
text-align: center; text-align: center;
} }
.details { .details {
${styles.rightPanel.compileTab.button_Details} ${styles.rightPanel.compileTab.button_Details};
} }
.publish { .publish {
${styles.rightPanel.compileTab.button_Publish} ${styles.rightPanel.compileTab.button_Publish};
margin-left: 2%; margin-left: 2%;
width: 120px; width: 120px;
} }
.log { .log {
${styles.rightPanel.compileTab.box_CompileContainer} ${styles.rightPanel.compileTab.box_CompileContainer};
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-bottom: 5%; margin-bottom: 5%;
......
...@@ -41,8 +41,8 @@ var css = csjs` ...@@ -41,8 +41,8 @@ var css = csjs`
top : 24px; top : 24px;
left : 0; left : 0;
width : 250px; width : 250px;
background-color : ${styles.app_properties.dropdown_BackgroundColor}; background-color : ${styles.appProperties.dropdown_BackgroundColor};
border : 1px solid ${styles.app_properties.dropdown_BorderColor}; border : 1px solid ${styles.appProperties.dropdown_BorderColor};
border-radius : 3px; border-radius : 3px;
border-top : 0; border-top : 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment