aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/description-list.scss
blob: 8f836d6321018c831f941993d9d151cacd8d014e (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
//
// Component: Description list
//
// ========================================================================


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

$description-list-term-font-size:                       $global-small-font-size !default;
$description-list-term-font-weight:                     normal !default;
$description-list-term-text-transform:                  uppercase !default;


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



// @mixin hook-description-list-description(){}


// Style modifier
// ========================================================================

// @mixin hook-description-list-divider-term(){}


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

// @mixin hook-description-list-misc(){}