julienmonnerie/assets/css/panel.scss

29 lines
488 B
SCSS
Raw Normal View History

2025-05-23 17:17:38 +02:00
// --------------------------------------------------
2022-06-17 17:51:59 +02:00
// KIRBY PANEL CUSTOMIZATION
2025-05-23 17:17:38 +02:00
// --------------------------------------------------
2022-06-17 17:51:59 +02:00
// List item layout
.k-item[data-layout=list] {
--item-height: 3rem;
}
2025-05-23 17:17:38 +02:00
// Image gallery structure field
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;
}
}