|
|
@ -133,6 +133,11 @@ var css = csjs` |
|
|
|
color: ${styles.appProperties.mainText_Color}; |
|
|
|
color: ${styles.appProperties.mainText_Color}; |
|
|
|
margin-left: 4px; |
|
|
|
margin-left: 4px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.value ul { |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
padding-bottom: 5px; |
|
|
|
|
|
|
|
border-bottom: 1px solid ${styles.appProperties.solidBorderBox_BorderColor}; |
|
|
|
|
|
|
|
} |
|
|
|
.contractActionsContainer { |
|
|
|
.contractActionsContainer { |
|
|
|
width: 98%; |
|
|
|
width: 98%; |
|
|
|
} |
|
|
|
} |
|
|
|