@btn-color: #fff;
.button {
  border-radius: 0;
  border: 1px solid #000;
  background: @btn-color;
  cursor: pointer;
  user-select: none;
}
