/*
  button component

  primary
*/



/* primary
============================================================================ */
.pos-button-primary {
  background-image: linear-gradient(to bottom, #08898F, #194F90);
}

.pos-button-primary:hover,
.pos-button-primary.pos-debug-button-hover {
  background-image: linear-gradient(to bottom, transparent);
}

.pos-button-primary:disabled {
  background-image: linear-gradient(to bottom, transparent);
}