Manage wallets
This commit is contained in:
parent
9e695863ed
commit
ca3e9005a7
5 changed files with 77 additions and 14 deletions
|
|
@ -909,6 +909,14 @@ label small.has-error {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
table tr.active {
|
||||
background: #CBECE6;
|
||||
}
|
||||
|
||||
table tr.deleting {
|
||||
background: #FCD5D5;
|
||||
}
|
||||
|
||||
/* SECONDARY */
|
||||
|
||||
input[type='submit']
|
||||
|
|
|
|||
|
|
@ -6,17 +6,6 @@
|
|||
|
||||
@media (max-width: 1024px) {
|
||||
|
||||
.line-dashed-setup-v,
|
||||
.line-dashed-v,
|
||||
.line-dashed-h {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.status {
|
||||
left: 0;
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
.logo-setup {
|
||||
margin: 20px 0;
|
||||
padding: 2rem 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue