Skip to content

Commit

Permalink
feat(neuron-ui): use the same style of activity record on deposit rec…
Browse files Browse the repository at this point in the history
…ord.
  • Loading branch information
Keith-CY committed Nov 13, 2019
1 parent 74a48e6 commit 99f77aa
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.daoRecord {
display: flex;
flex-direction: column;
border: 1px solid #000;
border-radius: 2px;
margin: 10px 0;
padding: 5px 15px;
margin: 15px 0;
border-right: 1px solid #eee;
border-left: 5px solid green;
box-sizing: border-box;
padding: 5px 10px;
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.14);

.primaryInfo,
.secondaryInfo {
Expand Down

0 comments on commit 99f77aa

Please sign in to comment.