-
Notifications
You must be signed in to change notification settings - Fork 0
/
converted.scss
118 lines (118 loc) · 3.15 KB
/
converted.scss
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
page-messages {
.header-md::after,
.tabs-md[tabsPlacement='top']>.tabbar::after,
.footer-md::before,
.tabs-md[tabsPlacement='bottom']>.tabbar::before {
background-image: none !important;
}
.segment-md .segment-button {
font-weight: normal !important;
}
.segment-button {
font-weight: 0 !important;
border-color: $theme-primary-color !important;
}
.segment-button.segment-activated {
font-weight: 600 !important;
border-bottom-width: 5px;
border-color: #fff !important;
}
h4 {
font-size: 14px;
color: $color-black-dark;
overflow: hidden;
}
.chat-picture {
border-radius: 50%;
width: 40px;
@include float(start);
}
.chat-picture-bc {
height: 40px;
width: 40px;
border-radius: 50%;
font-size: 24px;
color: #fff;
background: $color-black-medium;
@include text-align('center');
@include float(start);
@include padding(8px, 8px, 8px, 8px);
}
.chat-info-read {
h2 {
font-weight: normal !important;
}
h3 {
font-weight: normal !important;
}
}
.chat-subtitle {
display: block;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
max-height: 32px !important;
line-height: 16px;
}
.chat-info {
width: 65%;
h2 {
font-weight: 600;
font-size: 16px;
white-space: normal;
overflow: hidden;
max-height: 40px;
}
h3 {
font-weight: 600;
font-size: 14px;
}
h4 {
position: relative;
font-size: 14px;
color: $color-black-dark;
white-space: normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 36px;
}
.label-md {
@include margin(16px, 16px, 16px, 0);
}
.last-message-timestamp {
position: absolute;
font-size: 12px;
color: $color-black-dark;
@include position(null, 16px, 10px, null);
}
.last-message-timestamp-bc {
position: absolute;
font-size: 12px;
color: $color-black-dark;
@include position(45px, 16px, null, null);
}
.last-message-count {
width: 24px;
height: 24px;
border-radius: 50%;
position: absolute;
font-size: 12px;
color: #fff;
background: $theme-primary-color;
@include text-align('center');
@include padding(5px, null, null, null);
@include position(16px, 16px, null, null);
}
ion-thumbnail {
ion-icon {
display: inline-block;
font-size: 40px;
color: #bfbfbf;
}
}
@include float(start);
@include margin(null, null, null, 16px);
}
}