@mixin Badgeable-topLeftBadge {
    .badges .top-left-badge {
        @content;
    }
}

@mixin Badgeable-topRightBadge {
    .badges .top-right-badge {
        @content;
    }
}

@mixin Badgeable-bottomLeftBadge {
    .badges .bottom-left-badge {
        @content;
    }
}

@mixin Badgeable-bottomRightBadge {
    .badges .bottom-right-badge {
        @content;
    }
}
