/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/shared/components/TaskSolution/solution.module.scss
99 строк
1 KB
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.task_description { color: #fff; } .header { display: grid; align-items: center; padding: 3px 0 30px 0; flex-wrap: nowrap; grid-template-columns: 1fr auto; } .titleWrapper { display: flex; align-items: center; flex-shrink: 1; flex-grow: 0; max-width: 100%; } .title{ font-family: var(--gotham-medium); font-weight: 500; font-size: 24px; line-height: 130%; display: flex; align-items: center; } .number { font-weight: normal; margin-right: 6px; white-space: nowrap; } .desc{ font-family: var(--gotham-light); font-weight: 300; font-size: 18px; line-height: 130%; margin-bottom: 30px; } .format{ font-family: var(--gotham-regular); font-weight: 600; font-size: 20px; line-height: 130%; color: #FFFFFF; margin-bottom: 9px; } .value{ font-family: var(--gotham-light); font-weight: 300; font-size: 18px; line-height: 130%; margin-bottom: 20px; } .example { margin-top: 16px; } .example_number{ font-family: var(--gotham-medium); font-weight: 500; font-size: 17px; line-height: 130%; margin-bottom: 10px; } .example_pair { display: flex; gap: 16px; } .strong { font-family: var(--gotham-medium); font-weight: 500; font-size: 14px; line-height: 130%; margin-bottom: 8px; display: block; } .val{ font-family: var(--gotham-regular); font-weight: 400; font-size: 14px; line-height: 130%; } .input, .output { background: rgba(21, 23, 27, 0.5); padding: 20px; border-radius: 8px; flex: 1; }