forked from aws-samples/aws-lex-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom-chatbot-style.css
91 lines (71 loc) · 1.54 KB
/
custom-chatbot-style.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
/* Example custom css file for lex-web-ui. Entire file is commented out as a default. Uncomment and
adjust as needed.
.toolbar.theme--dark {
background-color: #2b2b2b !important;
}
.toolbar__title {
font-family:"Sans-serif" !important;
font-size: 1.875em !important;
color: #ffffff !important;
}
.message-list-container {
background-color: #dcdbdc !important
}
.message-bot .message-bubble {
background-color: #eeedeb !important;
}
.message-human .message-bubble {
background-color: #afcffa !important;
}
.message-bubble p {
margin-bottom: 8px;
}
.message-bubble p:last-child {
margin-bottom: 0px;
}
.message-bubble .message-text {
padding-left: 0;
padding-right: 0;
line-height: 1.6;
font-size: 1rem;
}
.message-bubble {
border-radius: 10px !important;
padding: 2px 18px !important;
}
.message-text {
color: #000000;
width: 100%;
}
.headline {
font-size: 1.2rem !important;
line-height: 1.4 !important;
}
.card__title {
padding: 10px 16px !important;
}
.card__text {
padding: 8px 16px 16px !important;
line-height: 1.4;
}
.card__title.card__title--primary {
background-color: #eeedeb !important;
}
.input-group--text-field input,
.input-group--text-field textarea,
.input-group--text-field label {
font-size: 14px !important;
}
.card__actions .btn {
margin: 4px 4px !important;
font-size: 1em !important;
min-width: 44px !important;
background-color: #afcffa !important;
}
*/
button.min-button {
border-radius: 60px;
}
.message-button {
display: none;
}