/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/ui/src/lib/Card/Card.module.scss
41 строка
616 B
Yousif Yassi
feat: OPTIC-1217: Implement Color design tokens as CSS variables and Dark Mode (#6550)
28 апр 2025, 19:46
Не верифицирован
28 апр 2025, 19:46
2e8e35e
Код
Авторство
О чём код?
.card { border-radius: 5px; background-color: var(--color-neutral-background); border: 1px solid var(--sand_300); &:not(:first-child) { margin-top: 24px; } } .card.cardNoMargin { &:not(:first-child) { margin-top: 0; } } .header { display: flex; height: 48px; padding: 24px 24px 0; font-weight: 500; font-size: 16px; line-height: 18px; align-items: center; justify-content: space-between; box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%); } .header.headerNoUnderline { box-shadow: none; } .headerContent { display: flex; align-items: center; } .content { padding: 24px; }