/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/features/Features/features.module.scss
110 строк
2 KB
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.wrapper { display: flex; justify-content: space-between; gap: 40px; padding: 60px 0; align-items: flex-end; } .left { flex: 1; } .title { font-family: var(--gotham-medium); font-weight: 400; font-size: 36px; line-height: 130%; color: #FFFFFF; margin-bottom: 30px; } .list { display: flex; flex-direction: column; gap: 20px; } .item { display: flex; align-items: center; font-family: var(--gotham-regular); font-weight: 400; font-size: 14px; line-height: 140%; color: #FEFEFE; } .icon { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; svg { color: #fff; } } .right { flex: 0 0 670px; background: #1B1D22; padding: 40px; display: flex; flex-direction: column; gap: 20px; border: 1px solid rgba(254, 254, 254, 0.3); border-radius: 16px; height: fit-content; } .subtitle { font-family: var(--gotham-medium); font-weight: 400; font-size: 28px; line-height: 130%; color: #FFFFFF; } .text { font-family: var(--gotham-light); font-weight: 400; font-size: 16px; line-height: 140%; color: rgba(254, 254, 254, 0.7); margin-bottom: 20px; } .button { margin-top: 8px; padding: 17px 20px; border: 1px solid var(--accent); cursor: pointer; background: var(--accent); border-radius: 8px; font-family: var(--gotham-medium); font-weight: 400; font-size: 16px; line-height: 100%; text-transform: uppercase; color: #FEFEFE; transition: all 0.25s ease, box-shadow 0.3s ease; text-align: center; &:hover { background: transparent; border: 1px solid var(--accent); color: var(--accent); box-shadow: 0 0 12px rgba(79, 127, 247, 0.6); } &:focus { outline: none; box-shadow: 0 0 14px rgba(79, 127, 247, 0.8); } }