julienmonnerie/assets/css/panel.scss
2025-05-23 17:17:38 +02:00

23 lines
412 B
SCSS

// --------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// --------------------------------------------------
// Image gallery structure field
.k-field-name-image_gallery {
table {
tbody {
--bubble-size: 7.5em;
--table-row-height: 100%;
}
}
}
// CV writer field
.k-field-name-cv {
.k-text {
min-height: 7.5rem;
}
}