﻿.no-select {
  user-select: none;
  -webkit-user-select: none;
}

.touch-none {
  touch-action: none;
}

input[type="color"] {
  background: transparent;
}

