-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (53 loc) · 936 Bytes
/
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
.hashtag{
color:#ADB2BB;
padding-bottom: 5px;
}
.price-tag{
height: 50px;
}
/*-- Chat Style --*/
.bubble-username{
display: block;
position: relative;
padding: .25em .5em;
border-radius: 10px;
clear: both;
max-width:90%;
word-wrap: break-word;
}
.bubble-left,
.bubble-right {
position: relative;
padding: .25em .5em;
border-radius: 10px;
margin-bottom: 5px;
clear: both;
max-width:90%;
word-wrap: break-word;
}
.bubble-left {
float: left
margin-right:10%;
background: #ffee80;
display: inline-block;
}
.bubble-right {
float:right;
margin-left:10%;
background: #bae8ff;
display: block;
}
.bubble-hr {
border-top: 1px solid #fff;
margin: 3px;
}
/*-- Chat Style End --*/
.profile-header {
background-color: skyblue;
}
/* Status Card */
.status-card {
max-height: 400px;
overflow-y: auto;
}
/* Status Card End */