/
DevDenzo
/
ERP
Обзор
Документация
Войти
/
DevDenzo
/
ERP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/AddedModals/_added-modal.less
80 строк
1 KB
Denis Sklyarskij
Инициализирован репозиторий
14 янв 2026, 23:32
14 янв 2026, 23:32
1df3d47
Код
Авторство
О чём код?
.overlay-form { height: 100%; background-color: #e0e0e0; padding: 22px 16px; margin-top: 18px; border-top: 1px solid #c0c0c0; &__checkbox { padding-left: 0; } &__input { width: 1px; height: 1px; margin-left: 0; opacity: 0; } &__custom-checkbox { width: 28px; height: 28px; padding: 0 2px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); color: #6c757d; } &__checkbox-label { margin-left: 12px; color: #6c757d; } &__input-field-text { font-size: 18px; color: #6c757d; } &__input-field { border-radius: 8px; } } .added-modal { height: 100%; background-color: #ffffff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); border-radius: 12px; pointer-events: auto; &__header { display: flex; justify-content: space-between; align-items: center; padding: 16px; } &__title { font-size: 22px; } &__button { color: #212529; border: 0; &:hover, &:focus { background-color: transparent; } } &__content { height: 100%; } &__controls-bar { margin-top: 12px; padding-left: 16px; padding-right: 16px; } }