@24vlh/vds 0.3.3 → 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/vds.css +5 -0
- package/dist/vds.min.css +1 -1
- package/package.json +1 -1
package/dist/vds.css
CHANGED
|
@@ -14597,6 +14597,11 @@ select.form-control:not([multiple]):not([size]) {
|
|
|
14597
14597
|
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");
|
|
14598
14598
|
}
|
|
14599
14599
|
|
|
14600
|
+
.icon--font-size {
|
|
14601
|
+
-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");
|
|
14602
|
+
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");
|
|
14603
|
+
}
|
|
14604
|
+
|
|
14600
14605
|
/* ---------------------------------------------------------
|
|
14601
14606
|
5. LOADER ICONS (GLYPHS ONLY)
|
|
14602
14607
|
--------------------------------------------------------- */
|