czydojade/front/styles/_dragscroll.scss
2020-11-01 18:39:47 +01:00

7 lines
74 B
SCSS

.drag-scroll {
cursor : grab;
&:active {
cursor : grabbing;
}
}