1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

Removed unused styles

This commit is contained in:
Vladimir Volek 2018-08-22 17:22:26 +02:00
parent 0a8f8f8872
commit 7491289dcb
2 changed files with 0 additions and 37 deletions

View File

@ -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: '-'
}
}
}
}
}

View File

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