/
misha_dev
/
game_guild_frontend
Обзор
Документация
Войти
/
misha_dev
/
game_guild_frontend
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/widgets/Layout/styles.module.scss
23 строки
346 B
misha-dev
template for product create
07 апр 2025, 20:16
07 апр 2025, 20:16
88d6383
Код
Авторство
О чём код?
@import '@/app/_variables'; .wrapper { min-height: calc(100vh - $header-height); } .mainContent { min-height: calc(100vh - $header-height - $footer-height); } .footer { position: relative; z-index: 1; text-align: center; height: 58px; padding: 16px; background-color: #dbdfe5; } .text { color: #8c8c8c; font-size: 16px; }