/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/shared/components/TestItem/test.module.scss
58 строк
928 B
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.card { padding: 20px; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; position: relative; color: #fff; background: var(--accent-50); border: 1px solid var(--accent); border-radius: 16px; } .topRow { display: flex; justify-content: space-between; align-items: flex-start; } .tags { display: flex; gap: 11px; flex-wrap: wrap; } .tag { padding: 5px 10px; background: rgba(254, 254, 254, 0.5); border: 1px solid #FEFEFE; border-radius: 8px; font-family: var(--gotham-light); font-weight: 400; font-size: 14px; color: #FFFFFF; } .lock { width: 30px; height: 30px; } .bottomRow { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; } .title { font-family: var(--gotham-regular); font-style: normal; font-weight: 400; font-size: 18px; color: #FFFFFF; margin-top: 10px; }