.MeatballMenu
  &_item
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  &_item_active
    transform: rotate(45deg);
