mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Removed unused styles
This commit is contained in:
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 './reactSelect.less';
|
||||||
@import './rcTooltip.less';
|
@import './rcTooltip.less';
|
||||||
|
|
||||||
@import './history.less';
|
|
||||||
@import './send.less';
|
@import './send.less';
|
||||||
@import './receive.less';
|
@import './receive.less';
|
||||||
@import './summary.less';
|
@import './summary.less';
|
||||||
|
Loading…
Reference in New Issue
Block a user