feather-k-demo-utils 0.0.29 → 0.0.30
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/lib/styles/demo.css +4 -3
- package/package.json +1 -1
package/lib/styles/demo.css
CHANGED
|
@@ -184,11 +184,12 @@
|
|
|
184
184
|
content: "🐛";
|
|
185
185
|
content: "🐜";
|
|
186
186
|
content: "🪳";
|
|
187
|
+
content: "🐞";
|
|
187
188
|
font-size: var(--kendo-font-size-xl);
|
|
188
189
|
color: var(--kendo-color-secondary);
|
|
189
190
|
position: absolute;
|
|
190
191
|
top: 0.25em;
|
|
191
|
-
right: 0.
|
|
192
|
+
right: 0.25em;
|
|
192
193
|
display: block;
|
|
193
194
|
margin-top: 0;
|
|
194
195
|
}
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
font-size: var(--kendo-font-size-xl);
|
|
236
237
|
position: absolute;
|
|
237
238
|
top: 0.25em;
|
|
238
|
-
right: 0.
|
|
239
|
+
right: 0.25em;
|
|
239
240
|
display: block;
|
|
240
241
|
margin-top: 0;
|
|
241
242
|
}
|
|
@@ -285,7 +286,7 @@
|
|
|
285
286
|
font-size: var(--kendo-font-size-xl);
|
|
286
287
|
position: absolute;
|
|
287
288
|
top: 0.25em;
|
|
288
|
-
left: 0.
|
|
289
|
+
left: 0.25em;
|
|
289
290
|
display: block;
|
|
290
291
|
margin-top: 0;
|
|
291
292
|
}
|