UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
frontend
/
js
/
modules
/
follow
/
list
/
follower-list.less
21 lines
(18 loc)
•
300 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.follow
{
infinite-list
{
.list-empty
{
.all-centered
;
.flex-column
;
height
:
50vh
;
i
{
color
:
@accentColor
;
font-size
:
8em
;
opacity
:
0.7
; }
.message
{
color
:
@secondaryTextColor
;
font-size
:
16px
; } } } }