/
grigorin
/
InterviewHelper
Обзор
Документация
Войти
/
grigorin
/
InterviewHelper
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/inputs.css
38 строк
769 B
Grigory Nevarov
обновил README.md
12 дек 2025, 16:02
12 дек 2025, 16:02
d560e85
Код
Авторство
О чём код?
.input-group { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; } .input-label { font-size: 0.9rem; letter-spacing: 0.08em; color: #8efeff; text-transform: uppercase; } .notes-input, .score-input { background: rgba(4, 12, 35, 0.8); border: 1px solid rgba(9, 251, 211, 0.4); border-radius: 10px; color: #f7f7ff; padding: 0.75rem 1rem; font-size: 1rem; resize: vertical; font-family: "JetBrains Mono", "Fira Code", monospace; transition: border 0.2s ease, box-shadow 0.2s ease; } .notes-input:focus, .score-input:focus { outline: none; border-color: #f5d300; box-shadow: 0 0 15px rgba(245, 211, 0, 0.4); } .notes-input::placeholder, .score-input::placeholder { color: rgba(255, 255, 255, 0.5); }