Removed unused styles

pull/8/head
Vladimir Volek 6 years ago
parent 0a8f8f8872
commit 7491289dcb

@ -1,36 +0,0 @@
.history {
flex: 1;
padding: 10px;
display: flex;
flex-direction: column;
border: 1px solid red;
.history-transaction {
.amount, .time, .address {
margin-left: 10px;
}
&.in {
color: green;
.amount {
&:before {
content: '+'
}
}
}
&.out {
color: red;
.amount {
&:before {
content: '-'
}
}
}
}
}

@ -9,7 +9,6 @@
@import './reactSelect.less';
@import './rcTooltip.less';
@import './history.less';
@import './send.less';
@import './receive.less';
@import './summary.less';

Loading…
Cancel
Save