julienmonnerie/assets/css/panel.scss

26 lines
474 B
SCSS
Raw Normal View History

2022-06-17 17:51:59 +02:00
// ----------------------------------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
2025-05-08 18:55:50 +02:00
// Image gallery 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
}
2025-05-08 18:55:50 +02:00
// CV writer field
.k-field-name-cv {
.k-text {
min-height: 7.5rem;
}
}