/
GEOSHEV
/
StudLab
Обзор
Документация
Войти
/
GEOSHEV
/
StudLab
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/ui/input/Input.css
35 строк
526 B
George
Добавил: Оставшиеся данные информации + кнопки (Без апдейта резервуара)
20 мар 2025, 21:44
20 мар 2025, 21:44
03c41cb
Код
Авторство
О чём код?
.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; }