/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/features/MainLayoutTasks/ui/mainLayout.module.scss
107 строк
2 KB
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.layout { display: flex; flex-direction: column; width: 100%; padding-top: 30px; padding-bottom: 100px; } .content { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; width: 100%; } .leftBlock { flex: 1; display: flex; justify-content: flex-start; } .mainColumn { display: flex; flex-direction: column; gap: 10px; max-width: 900px; width: 100%; } .searchSort { display: flex; gap: 8px; flex-wrap: wrap; width: 100%; } .inputWrapper { position: relative; width: 665px; } .icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; pointer-events: none; } .filtersRow { display: flex; gap: 10px; flex-wrap: wrap; width: 100%; margin-bottom: 30px; } .tasksWrapper { width: 100%; } .input { color: white; padding: 15px 45px 15px 20px; width: 100%; background: rgba(79, 127, 247, 0.5); border: 1px solid var(--accent); border-radius: 16px; font-size: 16px; font-family: var(--gotham-light); font-weight: 500; &::placeholder { font-family: var(--gotham-light); font-weight: 200; font-size: 14px; color: #E2E2E2; } } .userBtn { width: 215px; padding: 13px 20px; background: rgba(79, 127, 247, 0.5); border: 1px solid var(--accent); border-radius: 16px; color: white; display: flex; justify-content: space-between; align-items: center; font-family: var(--gotham-regular); font-size: 16px; cursor: pointer; } .label { text-align: left; } .userIcon { width: 20px; height: 20px; object-fit: contain; }