Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/
Upload File :
Current File : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/_cursor.scss

.as-cursor {
  display: none;
}

@media (any-pointer:fine) {
  .as-cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 10000;
  }

  .no-js .as-cursor {
    display: none;
  }
}