aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon/index.scss
diff options
context:
space:
mode:
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;
+}