@24vlh/vds 0.3.2 → 0.3.4
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/dist/components/icons.css +5 -0
- package/dist/components/icons.min.css +1 -1
- package/dist/components/inbox.css +8 -0
- package/dist/components/inbox.min.css +1 -1
- package/dist/components/utilities.css +5 -0
- package/dist/components/utilities.min.css +1 -1
- package/dist/vds.css +18 -0
- package/dist/vds.min.css +1 -1
- package/package.json +1 -1
|
@@ -400,6 +400,11 @@
|
|
|
400
400
|
mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='2' y='12' font-family='Arial,%20sans-serif' font-size='9' font-weight='700' fill='white'%3EAI%3C/text%3E%3C/svg%3E");
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
+
.icon--font-size {
|
|
404
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 12.6 5.4 4h1.4l2.8 8.6H8.2l-.6-2H4.6l-.6 2H2.6zm2.4-3.3h2.2L6.1 5.9 5 9.3z' fill='white'/%3E%3Cpath d='M11.2 3.2v9.6' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9.9 4.7 11.2 3.2l1.3 1.5' fill='none' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9 11.3 11.2 12.8l1.3-1.5' fill='none' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
405
|
+
mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 12.6 5.4 4h1.4l2.8 8.6H8.2l-.6-2H4.6l-.6 2H2.6zm2.4-3.3h2.2L6.1 5.9 5 9.3z' fill='white'/%3E%3Cpath d='M11.2 3.2v9.6' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9.9 4.7 11.2 3.2l1.3 1.5' fill='none' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9 11.3 11.2 12.8l1.3-1.5' fill='none' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
406
|
+
}
|
|
407
|
+
|
|
403
408
|
/* ---------------------------------------------------------
|
|
404
409
|
5. LOADER ICONS (GLYPHS ONLY)
|
|
405
410
|
--------------------------------------------------------- */
|