Initial commit: Vertical Industry packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:52 +02:00
commit d5567a0017
766 changed files with 733028 additions and 0 deletions

View file

@ -0,0 +1,7 @@
.o_lunch_content {
.o_kanban_renderer {
&.o_kanban_grouped, &.o_kanban_ungrouped {
min-height: auto; // override min-height: 100%
}
}
}

View file

@ -0,0 +1,5 @@
.o_lunch_widget_lines{
//calculation to display the number of lines to show before scrolling
$-entry-height: calc(#{$font-size-base * $line-height-base} + (#{map-get($spacers, 1)} * 2));
max-height: calc(#{$-entry-height} * 4.5); // if we want 4 entries with the 5th row visible
}