.pisell-lowcode__resources-list {
  .pisell-lowcode__resources-item {
    display: flex;
    padding: 14px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    margin-top: 16px;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    &:first-child {
      margin-top: 0;
    }
  }
}
.pisell-lowcode__resourcesadd-btn {
    width: 181px;
    margin-top: 24px;
    margin-bottom: 20px;
}