Skip to content

Commit 4933d7e

Browse files
authored
Add files via upload
1 parent 9b6adcb commit 4933d7e

File tree

1 file changed

+20
-0
lines changed
  • 2-ui/3-event-details/6-pointer-events/slider.view

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.slider {
2+
border-radius: 5px;
3+
background: #E0E0E0;
4+
background: linear-gradient(left top, #E0E0E0, #EEEEEE);
5+
width: 310px;
6+
height: 15px;
7+
margin: 5px;
8+
}
9+
10+
.thumb {
11+
touch-action: none;
12+
width: 10px;
13+
height: 25px;
14+
border-radius: 3px;
15+
position: relative;
16+
left: 10px;
17+
top: -5px;
18+
background: blue;
19+
cursor: pointer;
20+
}

0 commit comments

Comments
 (0)