add platforms icon

This commit is contained in:
Bruno Windels
2020-12-07 14:24:22 +01:00
parent 09c3f09d8b
commit 732b8a48ff
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -32,6 +32,13 @@
margin-left: 8px;
}
.ClientView .platforms {
background-image: url('../images/platform-icon.svg');
background-repeat: no-repeat;
background-position: 0 center;
padding-left: 28px;
}
.ClientView .actions a.badge {
display: inline-block;
height: 40px;