aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/identicon.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/identicon.scss')
-rw-r--r--ui/app/css/itcss/components/identicon.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/identicon.scss b/ui/app/css/itcss/components/identicon.scss
new file mode 100644
index 000000000..2f2de6ed8
--- /dev/null
+++ b/ui/app/css/itcss/components/identicon.scss
@@ -0,0 +1,7 @@
+.identicon {
+ height: 46px;
+ width: 46px;
+ background-size: cover;
+ border-radius: 100%;
+ border: 3px solid gray;
+}