/
mikopbx
/
ModuleRemoteSupport
Обзор
Документация
Войти
/
mikopbx
/
ModuleRemoteSupport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
public/assets/css/module-remote-support.css
169 строк
4 KB
Nikolai Beketov
feat: add engineer web admin access via Warpgate (lobby v2)
25 июл 2026, 09:25
25 июл 2026, 09:25
16c0fc0
Код
Авторство
О чём код?
.module-remote-support .remote-support-summary { align-items: center; border: 1px solid transparent; border-radius: 6px; display: flex; font-weight: 600; gap: 8px; margin-bottom: 12px; padding: 10px 14px; } .module-remote-support .remote-support-summary-led { background-color: #aaa; border-radius: 50%; display: inline-block; flex: 0 0 auto; height: 10px; width: 10px; } .module-remote-support .remote-support-summary-grey { background: #f3f4f5; border-color: #e0e1e2; color: #767676; } .module-remote-support .remote-support-summary-green { background: #e6f7ec; border-color: #b7e1c3; color: #1a7e3a; } .module-remote-support .remote-support-summary-green .remote-support-summary-led { background: #21ba45; box-shadow: 0 0 6px rgba(33, 186, 69, 0.55); } .module-remote-support .remote-support-summary-yellow { background: #fff8e1; border-color: #f3e2b3; color: #8d6f12; } .module-remote-support .remote-support-summary-yellow .remote-support-summary-led { background: #fbbd08; box-shadow: 0 0 6px rgba(251, 189, 8, 0.55); } .module-remote-support .remote-support-summary-red { background: #fdeaea; border-color: #f0c0bd; color: #c0392b; } .module-remote-support .remote-support-summary-red .remote-support-summary-led { background: #db2828; box-shadow: 0 0 6px rgba(219, 40, 40, 0.55); } .module-remote-support .remote-support-state { min-height: 11rem; padding: 1rem 0; } .module-remote-support .remote-support-progress { padding-top: 3rem; text-align: center; } .module-remote-support .remote-support-progress p { margin-top: 1.5rem; } .module-remote-support .remote-support-session { margin-bottom: 1rem; } .module-remote-support .remote-support-code-label { font-weight: 600; } .module-remote-support .remote-support-code { font-family: monospace; font-size: clamp(2rem, 8vw, 4rem); font-weight: 700; letter-spacing: 0.12em; line-height: 1.25; margin: 1rem 0; overflow-wrap: anywhere; } .module-remote-support .remote-support-countdown { font-variant-numeric: tabular-nums; margin-top: 1rem; } .module-remote-support .remote-support-web-access { background: #f8f9fa; border: 1px solid #e0e1e2; border-radius: 6px; margin-bottom: 1rem; padding: 1rem 1.25rem; } .module-remote-support .remote-support-web-title { font-weight: 600; margin-bottom: 0.5rem; } .module-remote-support .remote-support-web-instruction { color: #555; margin-bottom: 1rem; } .module-remote-support .remote-support-web-field { align-items: center; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.5rem; } .module-remote-support .remote-support-web-label { color: #767676; flex: 0 0 auto; min-width: 6rem; } .module-remote-support .remote-support-web-value { background: #fff; border: 1px solid #e0e1e2; border-radius: 4px; font-family: monospace; font-size: 1.1rem; letter-spacing: 0.05em; overflow-wrap: anywhere; padding: 0.35rem 0.6rem; } .module-remote-support .remote-support-consent p:last-child { margin-bottom: 0; } .module-remote-support .remote-support-error { color: #c0392b; font-weight: 600; } .module-remote-support .remote-support-contacts { border-top: 1px solid #e0e1e2; margin-top: 1rem; padding-top: 1.5rem; } .module-remote-support .remote-support-contacts .button { margin-bottom: 0.5rem; } @media (max-width: 600px) { .module-remote-support .remote-support-state { min-height: 0; } .module-remote-support .remote-support-contacts .button { display: block; margin-right: 0; width: 100%; } }