//
// Component: Badge
//
// ========================================================================


// Variables
// ========================================================================

@badge-size:                                     24px;
@badge-padding-horizontal:                       8px;
@badge-background:                               @global-primary-background;

//
// Master
//

@badge-font-family:                              Roboto;


// Component
// ========================================================================

.hook-badge() {}

.hook-badge-hover() {}


// Miscellaneous
// ========================================================================

.hook-badge-misc() {}


// Inverse
// ========================================================================

.hook-inverse-badge() {}
.hook-inverse-badge-hover() {}
