/
softailor
/
gridient
Обзор
Документация
Войти
/
softailor
/
gridient
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/modules/ViewItemModal/components/ViewForm/ViewForm.scss
101 строка
2 KB
Jenkins
Auto add
18 фев 2026, 10:19
18 фев 2026, 10:19
1e6c4f8
Код
Авторство
О чём код?
.view-form { position: relative; display: flex; flex-direction: column; overflow-y: auto; row-gap: var(--space-l); &__notes { display: flex; flex-direction: column; row-gap: 8px; } &__note { display: flex; padding: 12px; border-radius: 8px; background-color: #ebeaff; & > span { margin-right: 8px; } &_deleted { background-color: #ffdbdc; } } &__group { display: flex; flex-direction: column; // border-radius: 6px; row-gap: var(--space-m); // &-title { // font-size: 14px; // line-height: 24px; // } // &-subtitle { // font-size: 12px; // font-style: italic; // line-height: 22px; // } } &__row { display: flex; min-height: 28px; &_history { position: absolute; top: 5px; right: 0; } &-label, &-value { display: flex; align-items: center; } &-label { flex-basis: calc(100% / 24) * 8; padding-right: 8px; line-height: 16px; } &-value { flex-basis: calc(100% / 24) * 16; white-space: pre-line; & .ant-checkbox-group { gap: 8px; } } } &__info { display: flex; flex-direction: column; row-gap: 4px; &-row { color: var(--color-text-secondary); & span { color: var(--color-text-primary); } } } } .ant-checkbox-disabled + span { color: var(--color-text-primary); } .ant-checkbox-disabled .ant-checkbox-inner::after { border-color: var(--color-primary); }