6 lines
518 B
CSS
6 lines
518 B
CSS
.teamachievement-block .item-row {min-height: 88px;}
|
|
.teamachievement-block .item-row .item-icon {background-size: 100%; position: relative; top: 10px; left: -38px;}
|
|
.teamachievement-block .item-row .item-task .item-icon {background: url(static/svg/block-task.svg) center no-repeat;}
|
|
.teamachievement-block .item-row .item-bug .item-icon {background: url(static/svg/block-bug.svg) center no-repeat;}
|
|
.teamachievement-block .item-row .item-hour .item-icon {background: url(static/svg/block-hour.svg) center no-repeat;}
|