julienmonnerie/assets/css/panel.scss
2025-05-08 18:55:50 +02:00

25 lines
474 B
SCSS

// ----------------------------------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
// Image gallery structure field gallery
.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;
}
}