/
GEOSHEV
/
Admin-Panel.Course-project
Обзор
Документация
Войти
/
GEOSHEV
/
Admin-Panel.Course-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/app/_components/input/Input.css
35 строк
526 B
Gosha
add main menu for admin
05 май 2025, 18:36
05 май 2025, 18:36
70c62d1
Код
Авторство
О чём код?
.input-wrapper { display: flex; align-items: center; width: 90%; height: 45px; border-radius: 2px; box-sizing: border-box; background-color: #272a38; margin-top: 10px; } .iconBox { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: #303549; border-radius: 2px; } .icon { width: 20px; height: 20px; } .input { flex: 1; background: transparent; border: none; outline: none; color: white; font-size: 16px; padding-left: 10px; }