-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (68 loc) · 1.13 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
* {
font-family: Söhne, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial,
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.avatar {
width: 31px;
padding-left: 41px;
}
.catResponse {
width: 300px;
}
.menu {
background-color: rgb(43, 44, 49);
width: 20%;
color: white;
padding: 0 20px;
line-height: 30px;
min-height: 100vh;
}
h1 {
font-size: 36px;
}
.links {
cursor: pointer;
}
.link:hover {
background-color: rgb(77, 74, 74);
}
.links img {
width: 15px;
padding-right: 10px;
}
.container {
display: flex;
}
.chat-box {
width: 80%;
background-color: rgb(255, 255, 255);
height: 100%;
}
.chat-input {
display: flex;
flex-direction: row;
width: 100%;
}
.btn img {
width: 10px;
}
#chatForm {
width: 100%;
box-shadow: 0 0 transparent;
}
.userInput {
width: 80%;
}
.userAvatar {
padding-right: 37px;
}
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
.menu-box {
display: flex;
justify-content: space-betwee;
flex-direction: column;
}