aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-10-25 17:21:41 +0800
committerGitHub <noreply@github.com>2018-10-25 17:21:41 +0800
commit554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9 (patch)
treed3ccc31bf854644250036e3c0c5c01eb605f82d3 /ui/app/components/identicon/index.scss
parent315028ec53654c4ad7817741330627eae742e59d (diff)
downloadtangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar.gz
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar.bz2
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar.lz
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar.xz
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.tar.zst
tangerine-wallet-browser-554f79c0e2ec8f3ddce81ab7aae9dc67ba057ac9.zip
Fix blockies icons overriding contract map icons. Refactor Identicon component (#5599)
Diffstat (limited to 'ui/app/components/identicon/index.scss')
-rw-r--r--ui/app/components/identicon/index.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/identicon/index.scss b/ui/app/components/identicon/index.scss
new file mode 100644
index 000000000..657afc48f
--- /dev/null
+++ b/ui/app/components/identicon/index.scss
@@ -0,0 +1,7 @@
+.identicon {
+ display: flex;
+ flex-shrink: 0;
+ align-items: center;
+ justify-content: center;
+ overflow: hidden;
+}