julienmonnerie/assets/css/panel.scss

17 lines
368 B
SCSS
Raw Normal View History

2022-06-17 17:51:59 +02:00
// ----------------------------------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
2025-05-08 17:10:00 +02:00
// Structure field gallery
2022-06-17 17:51:59 +02:00
2025-05-08 17:10:00 +02:00
.k-field-name-image_gallery {
2022-06-17 17:51:59 +02:00
2025-05-08 17:10:00 +02:00
table {
2022-06-17 17:51:59 +02:00
2025-05-08 17:10:00 +02:00
tbody {
--bubble-size: 7.5em;
--table-row-height: 100%;
2022-09-09 15:26:04 +02:00
}
}
2022-06-17 17:51:59 +02:00
}