Project

General

Profile

1
//
2
// Component: Table
3
//
4
// ========================================================================
5

    
6

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

    
10
$table-header-cell-font-size:                    $global-small-font-size !default;
11
$table-header-cell-font-weight:                  normal !default;
12
$table-header-cell-color:                        $global-muted-color !default;
13

    
14
//
15
// New
16
//
17

    
18
$table-cell-border-width:                        $global-border-width !default;
19
$table-cell-border:                              $global-border !default;
20

    
21

    
22
// Component
23
// ========================================================================
24

    
25

    
26

    
27
// @mixin hook-table-cell(){}
28

    
29

    
30

    
31
// @mixin hook-table-caption(){}
32

    
33
// @mixin hook-table-row-active(){}
34

    
35

    
36
// Style modifiers
37
// ========================================================================
38

    
39
// @mixin hook-table-striped(){}
40

    
41
// @mixin hook-table-hover(){}
42

    
43

    
44
// Size modifier
45
// ========================================================================
46

    
47
// @mixin hook-table-small(){}
48

    
49

    
50
// Miscellaneous
51
// ========================================================================
52

    
(51-51/59)