blob: 4077c4940d161418bae3ea6b985be9bf9553cbdf [file] [log] [blame]
Faris Ansarifbec1032017-07-26 18:46:13 +05301@import "../../../../frappe/frappe/public/less/variables.less";
2
3.panel-header {
4 background-color: @light-bg;
5 border: 1px solid @border-color;
6 border-radius: 3px 3px 0 0;
7}
8
9.panel-body {
10 background-color: #fff;
11 border: 1px solid @border-color;
12 border-top: none;
13 border-radius: 0 0 3px 3px;
14 overflow-wrap: break-word;
15}
16
17.sender-avatar {
18 width: 24px;
19 height: 24px;
20 border-radius: 3px;
21 vertical-align: middle;
22}
23
24.sender-avatar-placeholder {
25 .sender-avatar;
26
27 line-height: 24px;
28 text-align: center;
29 color: @border-color;
30 border: 1px solid @border-color;
31 background-color: #fff;
32}