27 lines
449 B
SCSS
27 lines
449 B
SCSS
// --------------------------------------------------
|
|
// KIRBY PANEL CUSTOMIZATION
|
|
// --------------------------------------------------
|
|
|
|
// List item layout
|
|
.k-item[data-layout=list] {
|
|
--item-height: 3rem;
|
|
}
|
|
|
|
// Image gallery structure field
|
|
.k-field-name-image_gallery {
|
|
|
|
table {
|
|
|
|
tbody {
|
|
--tag-height: 7.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
// CV writer field
|
|
.k-field-name-cv {
|
|
|
|
.k-text {
|
|
min-height: 7.5rem;
|
|
}
|
|
}
|