-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (74 loc) · 1.11 KB
/
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
body {
display: flex;
flex-wrap: wrap;
font-weight: bold;
font-family: 'Encode Sans Expanded';
}
.info,
.chatbot {
flex: 1 300px;
min-width: 0;
padding: 15px 0;
min-height: 100vh;
}
.info {
text-align: center;
color: #963d97;
display: flex;
flex-direction: column;
}
.footer {
align-content: flex-end;
}
.chatbot {
background: #963d97;
}
.botui-container {
background-color: #963d97;
}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-commenting-o {
background: #009ddc;
color: white;
}
.fa-rss {
background: #ff6600;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.footer {
font-size: x-small;
}
/* .content > .header {
color: black;
} */
.botui-message-content {
border-radius: 5px;
}
.txtName {
color: white;
}
input::placeholder {
color: white;
}