File "project.module.scss"

Full Path: /var/www/html/gitep_front/src/pages/ProjectPage/project.module.scss
File size: 2.5 KB
MIME-type: text/plain
Charset: utf-8

.wrapper {
    border-radius: 8px !important;
    margin: 19px 0 16px 0;
    // height: 97.2vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1052px;
    background: #ffffff;
    overflow: hidden;
  }
  .wrapperTable {
    border-radius: 0 !important;
    // height: 97.2vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1052px;
    background: #ffffff;
    overflow: hidden;

    :global {
      .ant-table .ant-checkbox-wrapper {
        padding: 12px;
      }

      .ant-table-header .ant-table-cell:nth-of-type(2) {
        padding: 16px 16px 16px 13px !important;
      }
      .ant-table-header .ant-table-cell:nth-of-type(2)::before {
      background-color: #D0D5DD!important; /* Ваш цвет */
      }
      .ant-table-wrapper .ant-table-container {
        top: 33px !important;
      }
    }

    :global {
      .ant-table,
      .ant-table-container,
      .ant-table-content,
      .ant-table-thead > tr:first-child > th:first-child,
      .ant-table-thead > tr:first-child > th:last-child,
      .ant-table-tbody > tr:last-child > td:first-child,
      .ant-table-tbody > tr:last-child > td:last-child {
        border-radius: 0 !important;
      }
    }

    :global(.ant-table-tbody > tr:hover > td) {
      background: #f9f0ff !important;
      transition: background-color 0.2s ease;
    }
  }

  .projectName {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  
  .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1px;
  }
  
  .top {
    background: #ffffff;
    padding: 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .statuses {
    margin-left: 16px;
    margin-bottom: 5px;
  }
  
  .sort {
    margin-left: auto;
    width: 40px;
  }
  
  .settings {
    width: 40px;
    margin-left: 16px;
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 0 24px;
    height: 72px;
    border-top: 1px solid #f0f0f0;
    background: #ffffff;
    border-radius: 0 0 0 16px;
  }
.modal-save {
  padding: 24px 32px;

  &__title {
    font-size: 30px;
  }
  :global{
    .ant-modal-content .ant-modal-header {
      margin-bottom: 32px;
    }
    .ant-modal-content .ant-modal-footer {
      margin-top: 32px;
    }
  }
}