UNPKG
react-slider-light
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.1
3.1.0
3.0.1
2.0.3
2.0.2
2.0.1
1.0.2
1.0.1
1.0.0
a light easy slider for react
github.com/951565664/react-slider-light
951565664/react-slider-light
react-slider-light
/
src
/
arrows
/
index.less
19 lines
(18 loc)
•
318 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.arrows
{
height
:
100%
;
position
: relative;
.arrow
{
position
: absolute;
cursor
: pointer;
font-size
:
48px
;
color
:
#fff
;
height
:
50px
;
line-height
:
50px
; }
.left
{
left
:
0px
; }
.right
{
right
:
0px
; } }