-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvue-muuri.css
179 lines (53 loc) · 1.01 KB
/
vue-muuri.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*!
* vue-muuri v0.1.2
* (c) 2018 Collier Devlin
* Released under the MIT License.
*/
.grid[data-v-5a808db6] {
position: relative;
}
.item[data-v-5a808db6] {
display: block;
position: absolute;
width: 100px;
height: 100px;
margin: 5px;
z-index: 1;
background: #000;
color: #fff;
}
.item.muuri-dragging[data-v-5a808db6] {
z-index: 3;
}
.item.muuri-releasing[data-v-5a808db6] {
z-index: 2;
}
.item.muuri-hidden[data-v-5a808db6] {
z-index: 0;
}
.item-content[data-v-5a808db6] {
position: relative;
width: 100%;
height: 100%;
}
.text-center[data-v-1aa14b9e] {
text-align: center
}
.hidden[data-v-1aa14b9e] {
display: none
}
.handle[data-v-1aa14b9e] {
width: 100%;
height: 25px
}
.handle[data-v-1aa14b9e]:hover {
cursor: move
}
.clickable[data-v-1aa14b9e] {
height: 100%;
padding-top: 35px;
color: blue
}
.clickable[data-v-1aa14b9e]:hover {
cursor: pointer
}