mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-24 08:52:04 +02:00
Initial commit: Vertical Industry packages
This commit is contained in:
commit
d5567a0017
766 changed files with 733028 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
.o_lunch_content {
|
||||
.o_kanban_renderer {
|
||||
&.o_kanban_grouped, &.o_kanban_ungrouped {
|
||||
min-height: auto; // override min-height: 100%
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue