|
|
|
@ -100,6 +100,22 @@ var css = csjs` |
|
|
|
|
width: 75%; |
|
|
|
|
padding: .36em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .call {
|
|
|
|
|
// background-color: ${styles.colors.lightRed};
|
|
|
|
|
// border-color: ${styles.colors.lightRed};
|
|
|
|
|
// }
|
|
|
|
|
// .constant .call {
|
|
|
|
|
// background-color: ${styles.colors.lightBlue};
|
|
|
|
|
// border-color: ${styles.colors.lightBlue};
|
|
|
|
|
// width: 25%;
|
|
|
|
|
// outline: none;
|
|
|
|
|
// }
|
|
|
|
|
// .payable .call {
|
|
|
|
|
// background-color: ${styles.colors.red};
|
|
|
|
|
// border-color: ${styles.colors.red};
|
|
|
|
|
// width: 25%;
|
|
|
|
|
// }
|
|
|
|
|
.contractProperty button { |
|
|
|
|
${styles.rightPanel.runTab.button_Create} |
|
|
|
|
min-width: 100px; |
|
|
|
|