Commit 892d8607 authored by yann300's avatar yann300

small fixes

parent 5cbe8ce2
......@@ -25,7 +25,7 @@ var css = csjs`
margin: 3% 0;
}
.compileContainer {
${styles.rightPanel.compileTab.box_CompileContainer}
${styles.rightPanel.compileTab.box_CompileContainer};
margin-bottom: 2%;
}
.autocompileContainer {
......@@ -61,20 +61,20 @@ var css = csjs`
display: flex;
}
.compileButton {
${styles.rightPanel.compileTab.button_Compile}
${styles.rightPanel.compileTab.button_Compile};
width: 120px;
min-width: 110px;
margin-right: 1%;
font-size: 12px;
}
.container {
${styles.rightPanel.compileTab.box_CompileContainer}
${styles.rightPanel.compileTab.box_CompileContainer};
margin: 0;
display: flex;
align-items: center;
}
.contractNames {
${styles.rightPanel.compileTab.dropdown_CompileContract}
${styles.rightPanel.compileTab.dropdown_CompileContract};
margin-right: 5%;
}
.contractButtons {
......@@ -84,15 +84,15 @@ var css = csjs`
text-align: center;
}
.details {
${styles.rightPanel.compileTab.button_Details}
${styles.rightPanel.compileTab.button_Details};
}
.publish {
${styles.rightPanel.compileTab.button_Publish}
${styles.rightPanel.compileTab.button_Publish};
margin-left: 2%;
width: 120px;
}
.log {
${styles.rightPanel.compileTab.box_CompileContainer}
${styles.rightPanel.compileTab.box_CompileContainer};
display: flex;
flex-direction: column;
margin-bottom: 5%;
......
......@@ -41,8 +41,8 @@ var css = csjs`
top : 24px;
left : 0;
width : 250px;
background-color : ${styles.app_properties.dropdown_BackgroundColor};
border : 1px solid ${styles.app_properties.dropdown_BorderColor};
background-color : ${styles.appProperties.dropdown_BackgroundColor};
border : 1px solid ${styles.appProperties.dropdown_BorderColor};
border-radius : 3px;
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