10 lines
205 B
SCSS
10 lines
205 B
SCSS
.o_web_client .o_deprec_lines_toggler {
|
|
color: theme-color('danger');
|
|
&.o_is_posted {
|
|
color: theme-color('success');
|
|
}
|
|
&.o_unposted {
|
|
color: theme-color('warning');
|
|
}
|
|
}
|