UNPKG
sliderjs
Version:
latest (2.0.0)
2.0.0
lightweight slideshow engine using CSS, Canvas and WebGL Transitions
gre/slider.js
sliderjs
/
src
/
modules
/
pages.less
15 lines
(14 loc)
•
282 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.sliderjs
{
.pages
{
padding
:
0
10px
;
a
{
padding
:
1px
3px
;
font-size
:
12px
;
min-width
:
7px
;
display
: inline-block;
.border-radius
(
5px
);
.transition-duration
(~"
0.5s
,
0.5s
");
.transition-property
(~"
background
,
color
"); } } }