/
engineunity_sub
/
doxml_work_site
Обзор
Документация
Войти
/
engineunity_sub
/
doxml_work_site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/css/sections/contacts.css
146 строк
2 KB
PauloChaser
move content from branch dev to master
12 фев 2025, 18:06
12 фев 2025, 18:06
a2e2735
Код
Авторство
О чём код?
.contacts { /*margin-top: 40px;*/ margin-bottom: 40px; } .contacts__content { display: flex; gap: 20px; flex-wrap: wrap; } .contacts__formTile, .contacts__infoTile { padding: 40px 30px; outline: 1px solid #e4ebf7; border-radius: 24px; background: transparent; box-shadow: 0 20px 64px 0 rgba(99, 120, 153, .08); -webkit-backdrop-filter: blur(40px); backdrop-filter: blur(40px); } .contacts__infoTile { padding: 30px; } .contacts__contentLeft { width: calc(50% - 12px); display: flex; flex-direction: column; justify-content: space-between; } .contacts__title { font-size: 42px; margin: auto 0; } .contacts__formTile { display: flex; padding: 50px 30px; flex-direction: column; justify-content: center; height: fit-content; align-self: flex-end; } .contacts__formTile { height: 100%; } .promo__form { grid-gap: 28px; height: 100%; padding-bottom: 10px; margin-top: 30px; } .contacts__formTitle { margin-bottom: 15px; } .contacts__formDescription { margin-bottom: 5px; } .form__labelText { display: inline-block; margin-bottom: 12px; font-size: 18px; font-weight: 400; line-height: 1; } .form__input.form__input { border-radius: 16px; } .promo__form .form__errorMessage { bottom: -18px; } .contacts__infoTiles { width: calc(50% - 12px); display: flex; flex-direction: column; gap: 20px; } .contacts__infoTitle { margin-bottom: 10px; } .contacts__infoText { } .contacts__infoLink { color: #0056b3; text-decoration: underline; } .contacts .form__button { margin-top: auto; } @media screen and (max-width: 1200px) { .contacts__content { flex-direction: column-reverse; } .contacts__contentLeft { width: 100%; } .contacts__infoTiles { width: 100%; } } @media screen and (max-width: 991px) { .contacts { margin-top: 0; } .form__labelText { font-size: 14px; margin-bottom: 6px; } .form__button.form__button { margin-top: 5px; } .contacts__infoTile { padding: 20px; } .contacts__formTile { padding: 30px 20px; } .promo__form { grid-gap: 20px; } }