Added cost

This commit is contained in:
Daniel Rodriguez 2019-09-08 12:02:42 +02:00
parent 9b571196f6
commit 1bcb42c65e
4 changed files with 12 additions and 1 deletions

View file

@ -88,6 +88,15 @@
margin: -15% -15% 0% 0%;
}
.cost{
color: white;
float: left;
background: black;
padding: 3px;
border-radius: 10px;
margin: 3px;
}
}
.rolesWrap{