forked from ferrygun/SACChatBotDialogWidget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbkChat.css
112 lines (94 loc) · 2.09 KB
/
bkChat.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.bkHideChat {
visibility: hidden;
display: none;
top: 0;
left: 0;
}
.bkUserInput .sapMFeedListItemTextText {
position: relative;
border-style: solid;
border-width: 1px;
border-radius: 10px;
padding: 10px;
border-color: #E5E5E5;
background: #EFF4F9;
}
.bkRobotInput .sapMFeedListItemTextText{
position: relative;
border-style: solid;
border-width: 1px;
border-radius: 10px;
padding: 10px;
border-color: #E5E5E5;
background: #EFF4F9;
}
.bkRobotInput .sapMFeedListItemTextString:after {
content: "";
position: absolute;
left: -10px;
top: 10px;
width: 0;
border-right: 10px solid #EFF4F9;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
}
.bkRobotInput .sapMFeedListItemTextString:before {
content: "";
position: absolute;
left: -11px;
top: 10px;
width: 0;
border-right: 10px solid #E5E5E5;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
}
.bkUserInput .sapMFeedListItemTextString:after {
content: "";
position: absolute;
right: -10px;
top: 10px;
width: 0;
border-left: 10px solid #EFF4F9;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
}
.bkUserInput .sapMFeedListItemTextString:before {
content: "";
position: absolute;
right: -11px;
top: 10px;
width: 0;
border-left: 10px solid #E5E5E5;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
}
.bkUserInput figure {
float: right;
}
.bkUserInput .sapMFeedListItemHasFigure {
margin-right: 3.75rem;
}
.sapMFeedIn {
width: auto;
}
.bkChatButton{
width: 100px;
height: 100px;
margin: 20px auto;
position: fixed;
bottom: 10px;
right: 10px;
}
.bkCircle {
border-radius: 50%;
}
.bkCircleButton {
height: 100px;
width: 100px;
border-radius: 50%;
}
.bkCircleButton span.sapMBtnInner {
height: 100%;
width: 100%;
border-radius: 50%;
}