Initial commit: Accounting packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:47 +02:00
commit 4ef34c2317
2661 changed files with 1709616 additions and 0 deletions

View file

@ -0,0 +1,32 @@
.o_search_panel.account_root {
flex: 0 0 50px;
padding: 6px !important; // need to override bootstrap ps-4 rule
scrollbar-width: thin;
.o_search_panel_section_header {
display: none;
}
.list-group-item span.o_search_panel_label_title {
display: contents;
}
.o_search_panel_category_value {
padding-right: 0 !important;
header {
margin-left: 0;
}
.o_toggle_fold:empty{
width: 0;
}
.o_search_panel_category_value {
padding-left: 1.2rem !important; // need to override bootstrap ps-4 rule
.o_toggle_fold {
width: 0.3rem;
}
}
}
&::-webkit-scrollbar {
width: 4px;
}
&::-webkit-scrollbar-thumb {
background: lightgray;
}
}