23 lines
398 B
SCSS
23 lines
398 B
SCSS
.o_applicant_interviewer_form {
|
|
.o-mail-Chatter-sendMessage,
|
|
.o-mail-Chatter-logNote,
|
|
.o-mail-Thread-empty {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.o_form_view.o_applicant_form .o_form_renderer {
|
|
&.o_form_readonly {
|
|
.o_field_empty:empty {
|
|
min-height: unset;
|
|
}
|
|
}
|
|
|
|
&.o_form_editable {
|
|
.oe_title {
|
|
max-width: unset;
|
|
}
|
|
}
|
|
}
|
|
|