Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created October 26, 2021 01:47
Show Gist options
  • Save jordanhudgens/09520502dc97b5273b67eea69fe2b1c0 to your computer and use it in GitHub Desktop.
Save jordanhudgens/09520502dc97b5273b67eea69fe2b1c0 to your computer and use it in GitHub Desktop.
.slider-cursor {
@include flex-center();
position: fixed;
top: 0;
left: 0;
width: 30px;
height: 30px;
border: 3px solid $primary;
background-color: $off-white;
border-radius: 100%;
z-index: 999;
pointer-events: none;
cursor: none !important;
font-size: 1.1em;
color: $primary;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment