/
farado
/
farado-binara
Обзор
Документация
Войти
/
farado
/
farado-binara
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
develop
src/retejo/static/css/retejo.css
77 строк
1 KB
Ostapenko Alexey
[retejo] Перевод перечня пользователей на представление через tabulator.
20 мар 2024, 18:05
20 мар 2024, 18:05
d058ae8
Код
Авторство
О чём код?
body { margin: 0; padding: 0; display: flex; height: 100vh; } .retejo-left-panel { width: 47px; height: 100%; background-color: #101010; } .retejo-right-area { flex: 1; display: flex; flex-direction: column; } .retejo-top-bar { height: 44px; } .retejo-center-content { flex: 1; overflow-y: auto; } .retejo-bottom-bar { height: 55px; } .retejo-breadcrumbs { margin: 0; padding: 3px 7px; } .retejo-tabs-title>a { padding: 3px 7px; font-size: 0.75rem; } /* --== Главное меню ==-- */ .retejo-menu>a { background: #101010; color: #fefefe; } .retejo-menu .is-active>a { background: #404040; color: #fefefe; } .retejo-menu a { line-height: inherit; color: #fefefe; text-decoration: none; cursor: pointer; } .retejo-menu a:hover, .retejo-menu a:focus { color: #dedede; } .retejo-session-message-header { padding-right: 24px; } /* --== Таблицы ==-- */ .tabulator-header-filter input { margin: 0; font-size: 0.8rem; height: 24px; }