Files
jikimo_sf/sf_base/static/src/scss/test.scss
2023-08-15 17:31:27 +08:00

15 lines
339 B
SCSS

.test_model {
display: flex !important;
}
.test_model>.o_form_label {
margin-left: 20px;
margin-right: 0px !important;
white-space: nowrap;
}
.o_form_label.o_field_invalid::after {
content: '*' !important;
color: red !important;
padding: 0 4px !important;
vertical-align: top !important;
font-size: 1.5rem !important;
}