blob: fff015c21de9f8d2844806cee26eb2bece2e040d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* This file allows introducing new styles without contaminating other files.
* This is useful when bug fixing requires adding new components for instance in
* stable versions of Odoo. Any style that is defined in this file should be isolated
* in its own file in master.
*/
.editor_has_snippets {
.o_livechat_button, .o_thread_window {
// TODO add this in an edit-mode only file in master (in 14.0 that asset
// would be website.assets_wysiwyg...)
right: $o-we-sidebar-width !important;
}
}
|