/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/shared/components/TaskTabs/styles.module.scss
84 строки
1 KB
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.tabs { background: var(--grey); padding: 10px 30px; height: 82vh; display: flex; flex-direction: column; color: white; border-radius: 16px; } .switcherWrapper { position: relative; margin-bottom: 20px; } .switcher { position: relative; display: flex; justify-content: space-between; width: fit-content; gap: 40px; .track { position: absolute; bottom: 0; left: 0; width: 55%; height: 1px; background-color: var(--light); transition: transform 0.3s ease; z-index: 1; } .button { flex: 1; border: none; padding: 10px 0 15px 0; cursor: pointer; color: white; font-size: 16px; display: flex; align-items: center; gap: 8px; position: relative; z-index: 2; .img { width: 25px; height: 25px; } } } .underline { position: absolute; bottom: 0; left: 0; height: 1px; width: 109%; background: #5C5C5C; pointer-events: none; transform: translateX(-30px); } .content { flex-grow: 1; overflow: auto; &::-webkit-scrollbar { width: 1px; } &::-webkit-scrollbar-track { background: transparent; } &::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 4px; } scrollbar-width: none; scrollbar-color: transparent transparent; }