bhd-components 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/es2017/message/index.module.less +30 -0
- package/esm/message/index.module.less +30 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
& > .anticon {
|
|
13
13
|
color: #ffffff;
|
|
14
14
|
font-size: 14px;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
color: inherit;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
line-height: 0;
|
|
20
|
+
text-align: center;
|
|
21
|
+
text-transform: none;
|
|
22
|
+
vertical-align: -0.125em;
|
|
23
|
+
text-rendering: optimizeLegibility;
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
15
25
|
}
|
|
16
26
|
}
|
|
17
27
|
}
|
|
@@ -30,6 +40,16 @@
|
|
|
30
40
|
& > .anticon {
|
|
31
41
|
color: #ffffff;
|
|
32
42
|
font-size: 14px;
|
|
43
|
+
display: inline-flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
color: inherit;
|
|
46
|
+
font-style: normal;
|
|
47
|
+
line-height: 0;
|
|
48
|
+
text-align: center;
|
|
49
|
+
text-transform: none;
|
|
50
|
+
vertical-align: -0.125em;
|
|
51
|
+
text-rendering: optimizeLegibility;
|
|
52
|
+
-webkit-font-smoothing: antialiased;
|
|
33
53
|
}
|
|
34
54
|
}
|
|
35
55
|
}
|
|
@@ -49,6 +69,16 @@
|
|
|
49
69
|
& > .anticon {
|
|
50
70
|
color: #ffffff;
|
|
51
71
|
font-size: 14px;
|
|
72
|
+
display: inline-flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
color: inherit;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
line-height: 0;
|
|
77
|
+
text-align: center;
|
|
78
|
+
text-transform: none;
|
|
79
|
+
vertical-align: -0.125em;
|
|
80
|
+
text-rendering: optimizeLegibility;
|
|
81
|
+
-webkit-font-smoothing: antialiased;
|
|
52
82
|
}
|
|
53
83
|
}
|
|
54
84
|
}
|
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
& > .anticon {
|
|
13
13
|
color: #ffffff;
|
|
14
14
|
font-size: 14px;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
color: inherit;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
line-height: 0;
|
|
20
|
+
text-align: center;
|
|
21
|
+
text-transform: none;
|
|
22
|
+
vertical-align: -0.125em;
|
|
23
|
+
text-rendering: optimizeLegibility;
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
15
25
|
}
|
|
16
26
|
}
|
|
17
27
|
}
|
|
@@ -30,6 +40,16 @@
|
|
|
30
40
|
& > .anticon {
|
|
31
41
|
color: #ffffff;
|
|
32
42
|
font-size: 14px;
|
|
43
|
+
display: inline-flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
color: inherit;
|
|
46
|
+
font-style: normal;
|
|
47
|
+
line-height: 0;
|
|
48
|
+
text-align: center;
|
|
49
|
+
text-transform: none;
|
|
50
|
+
vertical-align: -0.125em;
|
|
51
|
+
text-rendering: optimizeLegibility;
|
|
52
|
+
-webkit-font-smoothing: antialiased;
|
|
33
53
|
}
|
|
34
54
|
}
|
|
35
55
|
}
|
|
@@ -49,6 +69,16 @@
|
|
|
49
69
|
& > .anticon {
|
|
50
70
|
color: #ffffff;
|
|
51
71
|
font-size: 14px;
|
|
72
|
+
display: inline-flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
color: inherit;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
line-height: 0;
|
|
77
|
+
text-align: center;
|
|
78
|
+
text-transform: none;
|
|
79
|
+
vertical-align: -0.125em;
|
|
80
|
+
text-rendering: optimizeLegibility;
|
|
81
|
+
-webkit-font-smoothing: antialiased;
|
|
52
82
|
}
|
|
53
83
|
}
|
|
54
84
|
}
|