summaryrefslogtreecommitdiff
path: root/addons/im_livechat/static/src/scss/im_livechat_form.scss
blob: 808e5ba832238f1e8d4ecb6a96a299c0212867e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.o_livechat_rules_form {
    .o_form_sheet_bg {
        .o_form_sheet {
            min-height: unset;
        }
    }
}

.o_livechat_layout_colors {
    vertical-align: middle;
    align-items: center;
}

.o_form_view .o_group {
    // long selector in order to be more specific...
    .o_im_livechat_field_widget_color {
        width: 30px;
        margin: 0 5px 0 0;
    }
}