@import '../../../../app/mixins';

:host {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1390px;
  margin: 0 auto;
}

.project__body {
  max-width: 900px;
  min-height: calc(100vh - 101px);
  padding: 20px;
  padding-top: 0;
}

.project__name {
  width: 100%;
  margin-bottom: 20px;
}

.header {
  @include objHeader;

  margin-bottom: 10px;
}

// ???
::ng-deep .project-crud {
  margin-right: 30px;
  margin-bottom: 20px;

  .mat-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-right: 80px;
    padding-top: 0;
  }
}

.toolbar-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  padding-right: 85px;
}

.flex {
  display: flex;

  &.space-between {
    justify-content: space-between;
  }
}

.subheader {
  margin: auto 0;
  font-size: 23px;
  font-weight: 500;
}

:host ::ng-deep {
  .tox-editor-header {
    @media screen and (width >= 1536px) {
      margin-left: 0 !important;
    }
  }
}

.action {
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
}
