/
watchadoing
/
mega-session
Обзор
Документация
Войти
/
watchadoing
/
mega-session
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/components/Message/Message.module.scss
41 строка
650 B
Andrey Isaev
first_commit
29 окт 2025, 17:45
29 окт 2025, 17:45
6cc50d7
Код
Авторство
О чём код?
@use 'variables' as *; @use 'mixins'; .success { @include mixins.flex(column); min-width: $minPageWidth; justify-content: center; align-items: center; text-align: center; gap: 1rem; .message { font-size: 2vh; min-width: $minPageWidth; .title { font-family: $titleFont; font-size: 4em; line-height: 93%; margin: 0.2em 0; } .description { font-size: $mainFontSize; font-weight: 400; line-height: 1.4em; max-width: inherit; margin: 0; margin-block: 0; } } .image { width: 12rem; height: 12rem; } .close { margin-top: 2rem; } }