From 82a3daa71acf3b59d166334f36aa86fb1037d0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 28 Mar 2016 12:14:37 +0200 Subject: [PATCH] Add small black background to project owner in team --- app/styles/modules/home-project.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/home-project.scss b/app/styles/modules/home-project.scss index 3f06f949..074c7414 100644 --- a/app/styles/modules/home-project.scss +++ b/app/styles/modules/home-project.scss @@ -112,9 +112,12 @@ width: 100%; } .icon-badge { - bottom: 15%; + @include svg-size(1.2rem); + background: rgba($black, .5); + bottom: 5%; + padding: .1rem; position: absolute; - right: 15%; + right: 5%; } } }