Created
October 26, 2021 01:47
-
-
Save jordanhudgens/09520502dc97b5273b67eea69fe2b1c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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