openethereum/js/src/dapps/localtx/Transaction/transaction.css

32 lines
300 B
CSS
Raw Normal View History

2016-11-17 10:15:11 +01:00
.from {
white-space: nowrap;
img {
vertical-align: middle;
}
}
.transaction {
td {
padding: 7px 15px;
}
td:first-child {
padding: 7px 0;
}
&.local {
background: #8bc34a;
}
}
.nowrap {
white-space: nowrap;
}
.edit {
label, input {
display: block;
}
}