feat(foundry): add composable subject detail profiles
This commit is contained in:
@@ -823,6 +823,35 @@ textarea {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__tabs {
|
||||
overflow-x: auto;
|
||||
padding: 0.08rem 0 0.12rem;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__tabs .nodedc-segmented {
|
||||
width: max-content;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__tabs .nodedc-segmented__item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__tab-panel {
|
||||
display: grid;
|
||||
gap: 0.65rem;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__empty {
|
||||
border-radius: var(--nodedc-radius-control);
|
||||
background: rgba(255, 255, 255, 0.34);
|
||||
padding: 0.9rem;
|
||||
color: var(--nodedc-text-muted);
|
||||
font-size: var(--nodedc-font-size-xs);
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.catalog-map-subject-card__section {
|
||||
display: grid;
|
||||
gap: 0.36rem;
|
||||
|
||||
Reference in New Issue
Block a user