/
watchadoing
/
ArgicultureAI
Обзор
Документация
Войти
/
watchadoing
/
ArgicultureAI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Frontend/src/components/FileLoaderField/FileLoaderField.module.scss
37 строк
727 B
Andrey Isaev
feat: add Footer component
10 май 2025, 21:55
10 май 2025, 21:55
8087997
Код
Авторство
О чём код?
.fileLoaderFieldContainer { display: flex; block-size: 600px; align-items: center; align-self: center; justify-self: center; justify-content: center; inline-size: 90%; border-width: 3px; border-style: dashed; border-color: gray; border-radius: var(--image-field-border-radius); justify-self: end; transition: border-color 0.3s ease-in-out; } @media (width < 700) { .fileLoaderFieldContainer { block-size: 300px; justify-self: center; } } .fileLoaderHint { font-size: 22px; color: gray; font-family: 'OpenSans'; } .fileLoaderFieldContainerOverHandler { border-color: var(--file-loader-drag-over-border-color); } .currentFile { max-inline-size: 100%; max-block-size: 100%; }