diff options
Diffstat (limited to 'ui/app/components/identicon/index.scss')
-rw-r--r-- | ui/app/components/identicon/index.scss | 7 |
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; +} |