UNPKG
vm-swipe
Version:
latest (1.0.2)
1.0.2
1.0.0
jQuery plugin for swipe HTML blocks
github.com/vmasterov/vmSwipe
vmasterov/vmSwipe
vm-swipe
/
dist
/
css
/
vmSwipe.css
15 lines
(11 loc)
•
223 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.vm-swipe
{
width
:
100%
;
height
:
100%
;
overflow
: hidden; }
.vm-swipe
.moving
{
cursor
: move; }
.vm-swipe-inner
{
position
: relative;
overflow
: hidden; }
.vm-swipe-inner
> * {
text-indent
:
0
; }