mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 16:42:03 +02:00
32 lines
833 B
SCSS
32 lines
833 B
SCSS
.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;
|
|
}
|
|
}
|