mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
24 lines
237 B
SCSS
24 lines
237 B
SCSS
.cursor-auto {
|
|
cursor: auto;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cursor-move {
|
|
cursor: move;
|
|
}
|
|
|
|
.cursor-not-allowed {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.cursor-zoom-in {
|
|
cursor: zoom-in;
|
|
}
|
|
|
|
.cursor-zoom-out {
|
|
cursor: zoom-out;
|
|
}
|