Project

General

Profile

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

    
6

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

    
10

    
11
// Component
12
// ========================================================================
13

    
14
.hook-sortable() {}
15

    
16

    
17
// Drag
18
// ========================================================================
19

    
20
.hook-sortable-drag() {}
21

    
22

    
23
// Placeholder
24
// ========================================================================
25

    
26
.hook-sortable-placeholder() {}
27

    
28

    
29
// Empty
30
// ========================================================================
31

    
32
.hook-sortable-empty() {}
33

    
34

    
35
// Miscellaneous
36
// ========================================================================
37

    
38
.hook-sortable-misc() {}
(46-46/59)