-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·88 lines (75 loc) · 1.14 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,html{
height: 100%;
overflow-x: hidden;
}
.security{
color:#47d147;
}
.pointer{
cursor: pointer;
}
.rounded-2{
border-radius: 15px;
}
.lider{
position: relative;
color: black;
margin-left: 37px;
margin-top: 0px;
background: yellow;
padding: 4px;
border-radius: 100px;
display: flex;
}
.master{
position: relative;
color: black;
margin-left: 37px;
margin-top: 0px;
background: green;
padding: 4px;
border-radius: 100px;
display: flex;
}
.chat-scroll{
overflow-y: scroll;
padding-bottom: 20px;
max-height: 450px;
word-wrap: anywhere;
/*min-height: 450px;*/
}
.chat-scroll .list-group{
bottom: 0px;
}
.sender-chat{
width: 80%;
margin: auto;
padding-top: 5px;
padding-bottom: 5px;
}
.flex-basis{
flex-basis:0px;
}
.font-size-sender{
font-size: 25px;
}
.em-loa{
position: absolute;
bottom: 0px;
right: 0px;
}
.max-container{
max-width: 90%;
}
.hideFileUpload{
font-size: 0px !important;
position: absolute !important;
height: 39px !important;
z-index: 99 !important;
cursor: pointer !important;
opacity: 0;
}
.max-imagem{
max-width: 150px;
max-height: 150px;
}