Add small black background to project owner in team

stable
Xavier Julián 2016-03-28 12:14:37 +02:00
parent e4434b78ed
commit 82a3daa71a
1 changed files with 5 additions and 2 deletions

View File

@ -112,9 +112,12 @@
width: 100%; width: 100%;
} }
.icon-badge { .icon-badge {
bottom: 15%; @include svg-size(1.2rem);
background: rgba($black, .5);
bottom: 5%;
padding: .1rem;
position: absolute; position: absolute;
right: 15%; right: 5%;
} }
} }
} }