@import "variables";

.clickable {
  cursor: pointer;

  &:active {
    opacity: 0.8;
  }
}

