Fix dappIcon & Fix Signer Pending (#7338)

* Move signerPending inside this repo

* Use latest version of dappIcon

* Tell babel to ignore node_modules in tests
This commit is contained in:
Amaury Martiny
2017-12-19 17:54:09 +01:00
committed by Jaco Greeff
parent 6bc88664ce
commit 3fa7d09b5e
7 changed files with 144 additions and 53 deletions

View File

@@ -47,14 +47,8 @@
}
.image {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
border-radius: 0.125em;
display: block;
width: 2em;
height: 2em;
margin-left: auto;
margin-right: auto;
padding: 0.125em;
}
}
}