/
F1lya
/
Modal_Window
Обзор
Документация
Войти
/
F1lya
/
Modal_Window
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
FileUpload.css
56 строк
969 B
F1lya
upload files
20 окт 2025, 14:17
20 окт 2025, 14:17
f9aac0b
Код
Авторство
О чём код?
.file-upload { display: inline-block; } .file-upload__input { display: none; } .file-upload__button { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; padding: 24px 32px; background: white; border: 2px dashed #d1d5db; border-radius: 12px; cursor: pointer; transition: all 0.2s ease-in-out; color: #6b7280; text-align: center; min-width: 200px; } .file-upload__button:hover:not(:disabled) { border-color: #3b82f6; color: #3b82f6; background: #f8fafc; transform: translateY(-1px); } .file-upload__button:disabled { opacity: 0.5; cursor: not-allowed; } .file-upload__icon { width: 48px; height: 48px; margin-bottom: 8px; } .file-upload__text { font-size: 16px; font-weight: 600; color: #374151; } .file-upload__button:hover .file-upload__text { color: #3b82f6; } .file-upload__formats { font-size: 14px; color: #9ca3af; }