Skip to content

Commit

Permalink
add styles for return values
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Apr 30, 2018
1 parent 0554f1e commit 849598f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/universal-dapp-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ var css = csjs`
color: ${styles.appProperties.mainText_Color};
margin-left: 4px;
}
.value ul {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid ${styles.appProperties.solidBorderBox_BorderColor};
}
.contractActionsContainer {
width: 98%;
}
Expand Down

0 comments on commit 849598f

Please sign in to comment.