/
anv
/
hackathon
Обзор
Документация
Войти
/
anv
/
hackathon
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Wrapper/Wrapper.module.scss
48 строк
862 B
ANV
Merge branch 'master' of https://gitverse.ru/anv/hackathon
25 мар 2025, 03:43
25 мар 2025, 03:43
4954872
Код
Авторство
О чём код?
.wrapper { display: flex; flex-direction: column; align-items: center; min-height: 100%; padding: 20px; box-sizing: border-box; .themeButton { align-self: flex-end; margin-bottom: 20px; position: fixed; } .layout { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; } .content { display: flex; flex-direction: column; align-items: center; justify-content: center; } } .modal { gap: 20px; min-width: 580px; padding: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column; } .image { position: fixed; max-height: 100vh; top: 0; left: calc(50% - 350px); opacity: 0.1; max-width: 700; }