/
DevDenzo
/
DigitalStore
Обзор
Документация
Войти
/
DevDenzo
/
DigitalStore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/Header/SearchField.css
30 строк
497 B
Denis Sklyarskij
последние доработки перед релизом
28 ноя 2025, 18:43
28 ноя 2025, 18:43
6bdaafb
Код
Авторство
О чём код?
.search-field { position: relative; display: flex; align-items: center; max-width: 235px; } .search-field__input { display: block; width: 100%; padding: 6px 12px; border: 0; color: #6c757d; font-size: 16px; border-radius: 4px; box-sizing: border-box; max-width: 235px; } .search-field__input:focus { outline: none; } .search-field__icon { position: absolute; top: 12px; right: 0; margin-right: 12px; color: #6c757d; }