39 lines
821 B
SCSS
39 lines
821 B
SCSS
.test_model {
|
|
display: flex !important;
|
|
}
|
|
|
|
.test_model > .o_form_label {
|
|
margin-left: 20px;
|
|
margin-right: 0px !important;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
div:has(.o_required_modifier)>label::before {
|
|
content: '*' !important;
|
|
color: red !important;
|
|
padding: 0 4px !important;
|
|
vertical-align: top !important;
|
|
font-size: 1.5rem !important;
|
|
}
|
|
.my-image div {
|
|
width: 100px !important;
|
|
height: 130px !important;
|
|
}
|
|
.add_flex {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.maintenance_name {
|
|
font-weight: bold;
|
|
}
|
|
.o_kanban_renderer .o_kanban_record .o_kanban_record_has_image_fill .o_kanban_image_fill_left {
|
|
flex:unset !important;
|
|
}
|
|
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom {
|
|
margin-top: 5px;
|
|
display: inline !important;
|
|
}
|
|
|
|
td.o_required_modifier {
|
|
display: table-cell !important;
|
|
} |