Files
Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/chatter/chatter.scss
gsinghpal fc3c966484 changes
2026-03-13 12:38:28 -04:00

26 lines
717 B
SCSS

// = Chatter Variables
// ============================================================================
$o-form-renderer-max-width: 3840px;
$o-form-view-sheet-max-width: 2560px;
// = Chatter
// ============================================================================
.o-mail-Chatter-top:has(.o-mail-Chatter-sendMessage.active) .o-mail-Composer-send {
@extend .btn-danger
}
.o-mail-Form-chatter.o-aside {
.o_fusion_chatter_handle {
top: 0;
bottom: 0;
width: 5px;
height: 100%;
cursor: col-resize;
position: absolute;
z-index: $o-mail-NavigableList-zIndex + 1;
border-left: var(--ControlPanel-border-bottom, 1px solid $o-gray-300);
}
}