using font awesome icon to render color dot (#1656)

This commit is contained in:
Kevin Papst
2020-04-23 16:47:50 +02:00
committed by GitHub
parent 12c4205785
commit f8331b74c7
7 changed files with 16 additions and 17 deletions

View File

@@ -7,16 +7,15 @@
span.label-color,
span.label-meta,
span.label-tag,
span.label-activity,
span.label-project,
span.label-customer {
display: inline-block;
.dot {
height: 10px;
width: 10px;
background-color: $gray-lte;
border-radius: 50%;
display: inline-block;
font-size: 9px;
margin-right: 3px;
color: $gray-lte;
}
}