/
psukitp
/
plusminus
Обзор
Документация
Войти
/
psukitp
/
plusminus
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/auth/AuthPage.less
29 строк
503 B
psukitp
add scroll styles, add config proveder, add notify functions, small fixes
09 июн 2024, 13:52
09 июн 2024, 13:52
507b6ed
Код
Авторство
О чём код?
.auth-container { width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; align-items: center; align-content: center; justify-content: center; overflow: auto; .logo { width: 300px; height: 300px; margin: auto; } .auth-input { max-width: 400px; width: 100%; margin-bottom: 10px; text-align: center; &::placeholder { text-align: center; } } }