/
psukitp
/
plusminus
Обзор
Документация
Войти
/
psukitp
/
plusminus
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/App.less
46 строк
776 B
psukitp
add fulscreen loader on register and
11 июн 2024, 20:46
11 июн 2024, 20:46
904ee76
Код
Авторство
О чём код?
a { color: black; text-decoration: none; } html { ::-webkit-scrollbar { width: 10px; height: 10px; position: relative; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; } ::-webkit-scrollbar-thumb:hover { cursor: pointer; background: #555; } } .fullscreen_loader { .loader-container { width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; align-items: center; align-content: center; justify-content: center; overflow: auto; .loader-item { margin: auto; } } }