Project

General

Profile

1
//
2
// Component: Description list
3
//
4
// ========================================================================
5

    
6

    
7
// Variables
8
// ========================================================================
9

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

    
14

    
15
// Component
16
// ========================================================================
17

    
18

    
19

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

    
22

    
23
// Style modifier
24
// ========================================================================
25

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

    
28

    
29
// Miscellaneous
30
// ========================================================================
31

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