23 lines
412 B
SCSS
23 lines
412 B
SCSS
// --------------------------------------------------
|
|
// KIRBY PANEL CUSTOMIZATION
|
|
// --------------------------------------------------
|
|
|
|
// Image gallery structure field
|
|
.k-field-name-image_gallery {
|
|
|
|
table {
|
|
|
|
tbody {
|
|
--bubble-size: 7.5em;
|
|
--table-row-height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
// CV writer field
|
|
.k-field-name-cv {
|
|
|
|
.k-text {
|
|
min-height: 7.5rem;
|
|
}
|
|
}
|