16 lines
368 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|