repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
utilities
/
_cursors.scss
blob
874b978cafbbccb86acf5a83f6e842b53f52a70c
1
@each $cursor in (default, help, wait, grab, row-resize, col-resize, pointer, move, text, inherit) {
2
.cursor-#{$cursor} {
3
cursor: #{$cursor};
4
}
5
}