// Badge component

.cm-badge {
    font-size: $textSmall;
	background-color: $greyLight;
    border-radius: $curvedRadius;
    padding: $gapSmall;
    &.rounded {
        width: 30px;
        height: 30px;
        border-radius: $circleRadius;
    }
    @extend %variants, .cm-text-center;
}