Project

General

Profile

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

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

    
8

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

    
12
@thumbnail-border:                              rgba(0,0,0,0);
13
@thumbnail-background:                          @global-muted-background;
14
@thumbnail-hover-border:                        rgba(0,0,0,0);
15
@thumbnail-hover-background:                    @global-background;
16

    
17
@thumbnail-caption-color:                       @global-color;
18

    
19
//
20
// New
21
//
22

    
23
@thumbnail-hover-box-shadow:                    0 0 20px 0 rgba(51,51,51,0.1);
24

    
25

    
26
// Component
27
// ========================================================================
28

    
29
.hook-thumbnail() {}
30

    
31
.hook-thumbnail-hover() { box-shadow: @thumbnail-hover-box-shadow; }
32

    
33

    
34
// Caption
35
// ========================================================================
36

    
37
.hook-thumbnail-caption() {}
38

    
39

    
40
// Miscellaneous
41
// ========================================================================
42

    
43
.hook-thumbnail-misc() {}
(43-43/49)