desktop-ui.vusion
Version:
Vusion Desktop UI
27 lines (22 loc) • 356 B
CSS
@extend;
.root {
vertical-align: 2px;
}
.body {
margin: 0 6px;
padding: 4px 0;
}
.track {
height: 4px;
background: #b3c0ca;
border-radius: 100px;
overflow: hidden;
}
.handle {
margin-left: -6px;
width: 12px;
height: 12px;
box-shadow: 0 0 2px 0px rgba(0,0,0,0.5);
border: none;
background: #2e4a72;
}