diff --git a/src/components/Common/ModalLayout/modalLayout.scss b/src/components/Common/ModalLayout/modalLayout.scss index bc6d706e..328f2c33 100644 --- a/src/components/Common/ModalLayout/modalLayout.scss +++ b/src/components/Common/ModalLayout/modalLayout.scss @@ -51,7 +51,7 @@ justify-content: space-between; button { - margin: 0 auto; + // margin: 0 auto; } } @@ -74,7 +74,7 @@ } &__btn { - margin: 0 auto; + margin: 0; max-width: 242px; width: 100%; } @@ -106,7 +106,7 @@ display: flex; flex-direction: column; row-gap: 10px; - padding: 39px 10px 29px 10px; + padding: 19px 10px 29px 10px; @media (max-width: 500px) { padding: 10px; diff --git a/src/components/Modal/ModalRegistration/ModalRegistration.jsx b/src/components/Modal/ModalRegistration/ModalRegistration.jsx index e1f77724..1fdfabdb 100644 --- a/src/components/Modal/ModalRegistration/ModalRegistration.jsx +++ b/src/components/Modal/ModalRegistration/ModalRegistration.jsx @@ -99,8 +99,7 @@ export const ModalRegistration = ({ active, setActive }) => { Подключайтесь к
itguild.
- Зарегистрируйтесь и назначайте собеседования любым специалистам без - задержек + Зарегистрируйтесь и начните работу уже сегодня
{project.name}
+Открытые задачи
diff --git a/src/components/ProjectTiket/projectTiket.scss b/src/components/ProjectTiket/projectTiket.scss index 470c5562..1ab51b3e 100644 --- a/src/components/ProjectTiket/projectTiket.scss +++ b/src/components/ProjectTiket/projectTiket.scss @@ -26,14 +26,14 @@ &__link { font-weight: 700; + width: 194px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; font-size: 18px; line-height: 32px; color: #111112; margin-bottom: 22px; - overflow: hidden; - white-space: nowrap; - display: flex; - text-overflow: ellipsis; max-width: 380px; &:hover { diff --git a/src/pages/Tracker/tracker.scss b/src/pages/Tracker/tracker.scss index 80cfcb4a..eafe18d5 100644 --- a/src/pages/Tracker/tracker.scss +++ b/src/pages/Tracker/tracker.scss @@ -390,8 +390,8 @@ display: flex; flex-direction: column; background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%); - border-radius: 40px; - padding: 15px 30px; + border-radius: 20px; + padding: 30px; cursor: default; width: 800px; @@ -493,6 +493,7 @@ &__add { display: flex; + margin-left: 3px; cursor: pointer; span { @@ -513,7 +514,8 @@ @media (max-width: 1000px) { width: 390px; - padding: 15px 30px; + padding: 30px; + .persons__list__info { margin: 10px; } @@ -755,16 +757,18 @@ margin: 0 10px; column-gap: 5px; cursor: pointer; - padding: 4px; + padding: 5px 20px; border-radius: 8px; border: 1px solid #e3e2e2; max-height: 30px; + p { white-space: nowrap; font-weight: 400; font-size: 14px; line-height: 17px; } + span { width: 14px; height: 14px; @@ -1130,7 +1134,6 @@ align-items: center; margin-bottom: 8px; - p { font-weight: 500; font-size: 14px; @@ -1317,6 +1320,7 @@ display: flex; justify-content: space-between; min-width: 300px; + padding-left: 18px; &__more { display: flex;