Skip to content

Commit 99f77aa

Browse files
committed
feat(neuron-ui): use the same style of activity record on deposit record.
1 parent 74a48e6 commit 99f77aa

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/neuron-ui/src/components/CustomRows/daoRecordRow.module.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
.daoRecord {
22
display: flex;
33
flex-direction: column;
4-
border: 1px solid #000;
54
border-radius: 2px;
6-
margin: 10px 0;
7-
padding: 5px 15px;
5+
margin: 15px 0;
6+
border-right: 1px solid #eee;
87
border-left: 5px solid green;
8+
box-sizing: border-box;
9+
padding: 5px 10px;
10+
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.14);
911

1012
.primaryInfo,
1113
.secondaryInfo {

0 commit comments

Comments
 (0)