26 lines
539 B
SCSS
26 lines
539 B
SCSS
.o_data_row .w-100 {
|
|
width: 40px !important;
|
|
height: 40px !important;
|
|
//display: block !important;
|
|
}
|
|
|
|
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.o_list_record_selector {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img-fluid {
|
|
max-width: unset !important;
|
|
}
|
|
|
|
.o_inner_group .img-fluid {
|
|
width: 133px !important;
|
|
height: 133px !important;
|
|
}
|
|
|
|
.o_search_panel.account_root {
|
|
flex: unset !important;
|
|
} |