.hinge-btn {
  transition: transform 0.2s;
  transform-origin: top left;

  &:hover,
  &.animated {
    transform: rotateZ(15deg);
  }
}
