49fdd23d58
* Move secureApi to shell * Extract isTestnet test * Use mobx + subscriptions for status * Re-add status indicator * Add lerna * Move intial packages to js/packages * Move 3rdparty/{email,sms}-verification to correct location * Move package.json & README to library src * Move tests for library packages * Move views & dapps to packages * Move i18n to root * Move shell to actual src (main app) * Remove ~ references * Change ~ to root (explicit imports) * Finalise convert of ~ * Move views into dapps as well * Move dapps to packages/ * Fix references * Update css * Update test spec locations * Update tests * Case fix * Skip flakey tests * Update enzyme * Skip previously ignored tests * Allow empty api for hw * Re-add theme for embed
40 lines
422 B
CSS
40 lines
422 B
CSS
.from {
|
|
white-space: nowrap;
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
.txhash {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding-right: 3ch;
|
|
text-overflow: ellipsis;
|
|
width: 10ch;
|
|
}
|
|
|
|
.transaction {
|
|
td {
|
|
padding: 7px 15px;
|
|
}
|
|
|
|
td:first-child {
|
|
padding: 7px 0;
|
|
}
|
|
|
|
&.local {
|
|
background: #8bc34a;
|
|
}
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.edit {
|
|
label, input {
|
|
display: block;
|
|
}
|
|
}
|