@import '../../variables.scss';

.menu-list__panel__item {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  height: 45px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  &:last-child {
    border-bottom: none;
  }

  .menu-list__panel__item_icon {
    height: 100%;
    display: flex;
    align-items: center;

    & > img {
      height: 15px;
    }
  }

  .menu-list__panel__item_title {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    margin-right: auto;
  }

  .menu-list__panel__item_right {
    height: 100%;
    display: flex;
    align-items: center;

    & > svg {
      height: 16px;
      font-size: 12px;
      color: #666666;
      font-weight: 500;
    }


  }


}
