-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-student-counselor.css
76 lines (63 loc) · 1.36 KB
/
my-student-counselor.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* Put this in <botpress_dir>/data/assets/modules/channel-web/no-close-button.css */
#btn-close {
display: none;
}
.bpw-header-container {
background: #483a54;
color: white;
}
.bpw-bot-avatar img {
border-color: #e89277;
margin-top: 3px;
}
.bpw-header-name {
color: #b1d6bd;
font-weight: normal;
font-size: 1.5rem;
}
.bpw-header-container button {
filter: invert(1);
}
.bpw-chat-bubble .bpw-chat-bubble-content {
border-radius: 0.5rem;
}
.bpw-from-bot .bpw-message-group > .bpw-chat-bubble:not(:last-child):not(.hidden) {
margin-bottom: 0;
}
.bpw-from-bot .bpw-chat-bubble .bpw-chat-bubble-content {
background: transparent;
border: none;
padding: 0;
}
.bpw-from-bot .bpw-chat-bubble .bpw-chat-bubble-content > span:not(.sr-only) {
display: block;
background: #fff3e8;
border: 1px solid #ffeee0;
border-radius: 0.5rem;
padding: 0.5rem 0.75rem;
margin-bottom: 2px;
}
.bpw-from-user .bpw-chat-bubble .bpw-chat-bubble-content {
background: #483a54;
;
}
.bpw-msg-list .bpw-bot-avatar {
position: relative;
top: 5px;
}
.bpw-msg-list .bpw-date-container {
color: #999;
}
.bpw-msg-list .bpw-date-container .bpw-small-line {
display: none;
}
.bpw-keyboard-quick_reply .bpw-button {
border-radius: 2em;
background: #e97c5c;
color: white;
padding: 0.5em 1.5em;
margin-right: 0.5em;
}
.bpw-composer {
border-top-color: #ddd;
}