/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/shared/components/Card/card.module.scss
35 строк
581 B
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.card{ border: 1px solid rgba(254, 254, 254, 0.5); border-radius: 16px; padding: 40px 30px; text-align: center; max-width: 325px; } .circle{ background: #D9D9D9; border-radius: 50%; width: 60px; height: 60px; display: inline-block; } .title{ font-family: var(--gotham-medium); font-weight: 400; font-size: 20px; line-height: 130%; color: #FEFEFE; flex: none; order: 0; flex-grow: 0; margin: 20px 0; } .desc{ font-family: var(--gotham-light); font-weight: 400; font-size: 16px; line-height: 140%; color: rgba(254, 254, 254, 0.7); }