mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
879 B
43 lines
879 B
//
|
|
// Component: Label
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
//
|
|
// New
|
|
//
|
|
|
|
$label-border-radius: 2px !default;
|
|
$label-text-transform: uppercase !default;
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
|
|
|
|
|
|
// Color modifiers
|
|
// ========================================================================
|
|
|
|
// @mixin hook-label-success(){}
|
|
|
|
// @mixin hook-label-warning(){}
|
|
|
|
// @mixin hook-label-danger(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-label-misc(){}
|
|
|
|
|
|
// Inverse
|
|
// ========================================================================
|
|
|
|
// @mixin hook-inverse-label(){}
|