/
Nikmet
/
notepad-react
Обзор
Документация
Войти
/
Nikmet
/
notepad-react
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/Input/Input.module.css
61 строка
958 B
nikmet
hooks
03 июн 2024, 17:38
03 июн 2024, 17:38
0e661c4
Код
Авторство
О чём код?
.input-title { background: none; border: none; font-size: 32px; font-weight: 600; color: #fff; width: 100%; } .input-title::placeholder { font-size: 32px; font-weight: 600; color: #7e7e7e; } .input-title:active, .input-title:focus { outline: none; border-bottom: 1px solid #7e7e7e; } .input-date { background: none; border: none; font-size: 14px; font-weight: 600; color: #fff; } .input-date::-webkit-calendar-picker-indicator { filter: invert(100%); } input[type="date"]::-webkit-datetime-edit { padding: 5px; } .input-tag { background: none; border: none; font-size: 14px; font-weight: 600; color: #fff; width: 100%; } .input-tag:active, .input-tag:focus { outline: none; border-bottom: 1px solid #7e7e7e; } .input-tag::placeholder { font-size: 14px; font-weight: 600; color: #7e7e7e; } .invalid { border: 1px solid #ff8080; }