File size: 432 Bytes
97420cf |
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 |
.container {
margin: 8px;
height: 22px;
width: 150px;
position: relative;
outline: none;
border-radius: 11px;
margin-bottom: 16px;
}
.last {
margin-bottom: 4px;
}
.handle {
left: 100px;
width: 26px;
height: 26px;
margin-top: -2px;
position: absolute;
background-color: white;
border-radius: 100%;
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);
touch-action: none;
}
|