julienmonnerie/assets/css/panel.scss
2025-07-11 15:18:39 +02:00

27 lines
449 B
SCSS

// --------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// --------------------------------------------------
// List item layout
.k-item[data-layout=list] {
--item-height: 3rem;
}
// Image gallery structure field
.k-field-name-image_gallery {
table {
tbody {
--tag-height: 7.5em;
}
}
}
// CV writer field
.k-field-name-cv {
.k-text {
min-height: 7.5rem;
}
}