File tree 1 file changed +21
-19
lines changed
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
@import ' ../../styles/variables' ;
2
2
3
3
.sendbird-label {
4
- -webkit-user-select : none ;
5
- -webkit-touch-callout : none ;
4
+ @include mobile () {
5
+ -webkit-user-select : none ;
6
+ -webkit-touch-callout : none ;
7
+ }
6
8
}
7
9
8
10
[class *= sendbird-label ] {
46
48
}
47
49
48
50
.sendbird-label--body-1 {
49
- font-size : 14px ;
50
- font-weight : normal ;
51
- font-stretch : normal ;
52
- font-style : normal ;
53
- line-height : 1.43 ;
54
- letter-spacing : normal ;
51
+ font-size : 14px ;
52
+ font-weight : normal ;
53
+ font-stretch : normal ;
54
+ font-style : normal ;
55
+ line-height : 1.43 ;
56
+ letter-spacing : normal ;
55
57
}
56
58
57
59
.sendbird-label--body-2 {
82
84
}
83
85
84
86
.sendbird-label--caption-1 {
85
- font-size : 14px ;
86
- font-weight : 600 ;
87
- font-stretch : normal ;
88
- font-style : normal ;
89
- line-height : 1.43 ;
90
- letter-spacing : normal ;
87
+ font-size : 14px ;
88
+ font-weight : 600 ;
89
+ font-stretch : normal ;
90
+ font-style : normal ;
91
+ line-height : 1.43 ;
92
+ letter-spacing : normal ;
91
93
}
92
94
93
95
.sendbird-label--caption-2 {
94
- font-size : 12px ;
95
- font-weight : bold ;
96
- font-style : normal ;
97
- line-height : 1 ;
98
- letter-spacing : normal ;
96
+ font-size : 12px ;
97
+ font-weight : bold ;
98
+ font-style : normal ;
99
+ line-height : 1 ;
100
+ letter-spacing : normal ;
99
101
}
100
102
101
103
.sendbird-label--caption-3 {
You can’t perform that action at this time.
0 commit comments