SelectedMember.scss
875 Bytes
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
@import "../../scss/bootstrap/variables";
.member_token {
position: relative;
background: #3aa3e3;
color: #fff;
border-radius: .2rem;
font-weight: 700;
font-size: 15px;
padding-left: 5px;
padding-right: 24px;
cursor: pointer;
-ms-flex: none;
-webkit-flex: none;
flex: none;
margin-top: .25rem;
margin-right: 6px;
height: 26px;
line-height: 26px;
display: inline-block;
}
.member_image {
border-radius: .2rem;
background-size: 100%;
background-repeat: no-repeat;
display: inline-block;
position: relative;
}
.member_image.thumb_24 {
width: 24px;
height: 24px;
}
.ts_icon.ts_icon_inherit:before, ts-icon.ts_icon_inherit:before {
font-size: inherit;
}
.ts_icon_times:before {
content: '\E278';
}
.ts_icon:before, ts-icon:before {
font-family: Slack;
font-size: 20px;
font-style: normal;
font-weight: 400;
display: inline-block;
}