/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/apps/labelstudio/src/pages/Settings/settings.prefix.css
170 строк
3 KB
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
.simple-settings { width: 42rem; } .simple-settings, .annotation-settings, .general-settings, .webhook { & h1 { margin-bottom: 0.5rem; font-weight: 500; margin-top: 0; font-size: 1.75rem; color: var(--color-neutral-content); } } .settings-description { color: var(--color-neutral-content-subtler); } .settings-wrapper { --column-count: 1; border: 1px solid var(--color-neutral-border); border-radius: 0.5rem; padding: 1.5rem; width: 40rem; color: var(--color-neutral-content-subtle); & + .settings-wrapper, & + .form-wrapper { margin-top: 1.5rem; } & h3 { margin: 0 0 0.5rem; font-weight: 500; color: var(--color-neutral-content); } &__header { font-weight: 500; font-size: 1.5rem; margin-bottom: 0; color: var(--color-neutral-content); } } .general-settings { display: flex; .heidy-tip { margin: 0 0 0 40px; max-width: 500px; } .label-ls { &__text { padding: 0; } &__text:first-child { margin-bottom: var(--spacing-tight); } } .radio-group-ls__buttons { & .label__content { padding: 0 4px; } } } .workspace-placeholder { &__badge-wrapper { display: flex; margin-bottom: 8px; line-height: normal; } &__title { font-size: 0.875rem; color: var(--color-neutral-content); font-weight: 500; line-height: var(--line-height-label-small); } } .settings-caption { color: var(--color-neutral-content-subtler); font-size: 12px; font-style: normal; font-weight: 400; line-height: 16px; letter-spacing: 0.4px; & a { color: var(--color-primary-surface-content); font-size: 12px; font-style: normal; font-weight: 500; line-height: 16px; letter-spacing: 0.4px; &:hover { text-decoration: underline; } } } .disabled-field { display: flex; align-items: flex-start; & p { padding: 0; margin: 0; & a { color: var(--color-primary-surface-content); font-size: 14px; font-style: normal; font-weight: 500; line-height: 16px; letter-spacing: 0.4px; &:hover { text-decoration: underline; } } } &__label { margin-top: 5px; } & input { margin-top: 5px; } &__title { font-size: 16px; line-height: 22px; font-weight: 500; padding: 0 16px; height: 22px; display: flex; margin-bottom: 4px; align-items: center; } &__description { margin-top: 5px; font-size: 14px; line-height: 22px; color: var(--color-neutral-content-subtle); font-weight: 500; padding: 0 16px; height: 22px; display: flex; margin-bottom: 4px; } } .annotation-settings { &__wrapper { width: 488px; } }