/
uzer_007
/
Rixea
Обзор
Документация
Войти
/
uzer_007
/
Rixea
Код
Запросы
0
Задачи
Вики
Пакеты
5
Релизы
2
CI/CD
Аналитика
Безопасность
master
web_src/css/modules/dimmer.css
27 строк
505 B
uzer_007
feat: первая версия Rixea
02 авг 2026, 22:16
02 авг 2026, 22:16
d4f7504
Код
Авторство
О чём код?
/* These are the remnants of the fomantic dimmer module */ .ui.dimmer { position: fixed; display: none; inset: 0; background: var(--color-overlay-backdrop); opacity: 0; z-index: 1000; overflow-y: auto; justify-content: center; padding: 8px 0; animation-name: fadein; animation-duration: .2s; user-select: none; } .ui.active.dimmer { display: flex; opacity: 1; } .ui.dimmer > .ui.modal { position: static; margin-top: auto !important; margin-bottom: auto !important; }