/* ==================== Страница проектов ======================================== */ /* сетка карточек */ .project-grid{ display:flex !important; 1background-color:red !important; flex-direction: column !important; flex-wrap: wrap !important; } /* элементы карточки */ .card.project-card.btn div{ margin:0 !important; padding:0 !important; margin-right:4px !important; color:black; } /* колонка отступов */ .ant-col-20 { width: 100% !important; } /* карточкаи проектов */ .card.project-card.btn { display:flex !important; flex-direction: row !important; align-content:center !important; width:auto !important; height:auto !important; margin:2px 0 2px 16px !important; } /* содержимое карточек */ .card-content-container{ display:flex !important; } /* строка элементов статистики */ .project-my-stat-row { display:flex !important; } /* описание проекта */ .project-description { display:flex !important; align-self:center !important; } /* обёртка группы элементов пиктограммы и удаления проекта */ .card-content-container .card-icon-close-row{ display:flex !important; width:auto !important; } /* пиктограмма проекта */ .card-icon-close-row { display:flex !important; width:32px !important; align-self:center !important; } /* обёртка группы элементов с названием проекта */ .project-title-wrapper{ display:flex !important; width:auto!important; align-self:center !important; } /* текст проекта */ .card-text { display:flex !important; } /* заголовок проекта */ .project-title { display:flex !important; font-size:17px !important; } /* кнопка удаления проекта */ .remove-button{ display:flex !important; align-self:center !important; } .project-date{ display:flex !important; align-self:center !important; white-space: nowrap; } /* */ .project-privacy-setting{ display:flex !important; width:64px !important; align-items:center !important; justify-content:center !important; } /* ссылки DETAILS и EDIT */ .project-action-links-container{ display:flex !important; } /* галерея чужих проектов (выключена) */ .project-grid.gallery-project-grid { 1display:none !important; } /* автор проекта */ .project-username{ display:flex !important; align-self:center !important; white-space: nowrap; }