julienmonnerie/assets/css/panel.scss
2025-05-08 17:10:00 +02:00

16 lines
368 B
SCSS

// ----------------------------------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
// Structure field gallery
.k-field-name-image_gallery {
table {
tbody {
--bubble-size: 7.5em;
--table-row-height: 100%;
}
}
}