blob: ff09ac92cf2b22ae9bfeb20d331c398ef09d6648 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
//
// 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(){}
|