.op-menu-button {
  &-trigger {
    .op-btn-helper {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  &-dropdown {
    display: flex;
    flex-direction: column;
    padding: 3px 0;
    .op-btn {
      background-color: white;
    }
    .op-btn + .op-btn {
      margin-top: 3px;
      margin-left: 0;
    }
  }
}
