Project

General

Profile

1
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
//
4
// Component: Table
5
//
6
// ========================================================================
7

    
8

    
9
// Variables
10
// ========================================================================
11

    
12
@table-margin-vertical:                         @global-margin;
13

    
14
@table-caption-color:                           @global-muted-color;
15
@table-caption-font-size:                       round((@global-font-size * 0.85)); // 12px / 14px
16

    
17
@table-striped-background:                      @global-muted-background;
18

    
19
@table-hover-background:                        darken(@table-striped-background, 2%);
20

    
21

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

    
25
.hook-table() {}
26

    
27
.hook-table-active() {}
28

    
29
.hook-table-striped() {}
30

    
31
.hook-table-condensed() {}
32

    
33
.hook-table-hover() {}
34

    
35

    
36
// Miscellaneous
37
// ========================================================================
38

    
39
.hook-table-misc() {}
(41-41/49)