/
Welldar
/
commerce
Обзор
Документация
Войти
/
Welldar
/
commerce
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/_components/modal/modal.module.css
44 строки
647 B
Welldar
refac: change file name convention
14 май 2024, 13:17
14 май 2024, 13:17
ce9f385
Код
Авторство
О чём код?
.bg { z-index: 100000; background: rgba(0, 0, 0, 0.9); /* backdrop-filter: blur(2px); transform: translate3d(0, 0, 0); */ overflow-y: scroll; top: 0; left: 0; bottom: 0; right: 0; position: fixed; overscroll-behavior: none; } .wrapper { position: fixed; z-index: 100001; background: white; color: black; padding: 20px; display: flex; gap: 20px; flex-direction: column; } .fullscreen { top: 0; bottom: 0; left: 0; right: 0; } .centered { top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 16px; } .close { align-self: flex-end; cursor: pointer; font-size: 1.5em; }