Project

General

Profile

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

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

    
8

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

    
12
@nestable-dragged-z-index:                      @global-z-index + 50;
13

    
14
@nestable-placeholder-border:                   @global-border;
15

    
16
@nestable-panel-padding:                        10px;
17
@nestable-panel-background:                     @global-muted-background;
18

    
19

    
20
// Component
21
// ========================================================================
22

    
23
.hook-nestable() {}
24

    
25
.hook-nestable-item() {}
26

    
27
.hook-nestable-dragged() {}
28

    
29
.hook-nestable-placeholder() {}
30

    
31
.hook-nestable-empty() {}
32

    
33
.hook-nestable-handle() {}
34

    
35
.hook-nestable-toggle() {}
36

    
37
.hook-nestable-panel() {}
38

    
39

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

    
43
.hook-nestable-misc() {}
(28-28/49)