/
engineunity_sub
/
doxml_work_site
Обзор
Документация
Войти
/
engineunity_sub
/
doxml_work_site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/css/sections/footer.css
196 строк
3 KB
PauloChaser
move content from branch dev to master
12 фев 2025, 18:06
12 фев 2025, 18:06
a2e2735
Код
Авторство
О чём код?
.footer__item a:hover, .footer__policy a:hover { text-decoration: underline } .footer__item a, .footer__policy a { text-decoration: none } /*Footer*/ .footer { background-color: var(--bg-color); padding-top: 40px; padding-bottom: 40px; color: var(--black); width: 100%; border-top: 1px solid var(--gray-2); backdrop-filter: blur(4px); } .footer__row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .footer__logoWrapper { } .footer__logo { max-width: 218px; max-height: 31px; } .footer__top { display: flex; width: 100%; justify-content: space-between; align-items: flex-start; gap: 30px; } .footer__section { /*-webkit-box-flex: 1;*/ /*-ms-flex: 1;*/ /*flex: 1*/ } .footer__contacts { margin: 0 auto; } .footer__heading { font-size: 28px; margin-bottom: 20px; color: var(--black); } .footer__item { margin-bottom: 10px; } .footer__bottom { margin-top: 30px; padding-top: 30px; width: 100%; display: flex; justify-content: space-between; position: relative; } .footer__bottom:before { content: ""; position: absolute; left: 50%; top: 0; width: 95%; height: 2px; background-color: var(--gray-2); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%) } .footer__policy { font-size: 14px } .footer__policy a { color: var(--gray) } .footer__copyright { font-size: 14px; color: var(--gray); margin: 0 } .footer__item a { color: var(--blue) } .footer__form { grid-gap: 12px; max-width: 350px; justify-self: flex-end; width: 100%; } .footer__form .form__input.error { margin-bottom: 10px; } .footer__form .form__errorMessage { bottom: -8px; font-size: 10px; } .footer__bottom { text-align: center } .footer__content { display: -webkit-box; display: -ms-flexbox } @media screen and (max-width: 991px) { .footer__content { -webkit-box-orient: vertical; -webkit-box-direction: normal } .footer { padding-top: 30px; padding-bottom: 30px } .footer__top { flex-direction: column; } .footer__contacts { margin-bottom: 0; } .footer__section { width: 100%; margin-bottom: 0; } .footer__form { max-width: none; } .footer__heading { font-size: 22px } .footer__bottom { flex-direction: column; align-items: center; text-align: center; grid-gap: 4px; } .footer__copyright, .footer__item, .footer__policy { font-size: 12px } .footer__item { margin-bottom: 4px } .footer__item:last-child { margin-bottom: 0 } } @media (max-width: 550px) { .footer__content { display: flex; flex-direction: column; align-items: center; } .footer__bottom { text-align: center; } }