/
ddistanceOn
/
speechland
Обзор
Документация
Войти
/
ddistanceOn
/
speechland
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/molecules/InputForm/InputForm.module.css
13 строк
166 B
Roman Kondrashev
feat: create examples for developers, add structure of project, set up all technologies, ajust tailwind, change scss to postcss
29 июл 2024, 02:39
29 июл 2024, 02:39
503c736
Код
Авторство
О чём код?
.inputForm { display: flex; flex-direction: column; gap: 1rem; } .inputForm input { @apply border p-2 rounded; } .inputForm span { @apply text-red-500; }