@tecof/theme-editor 0.0.9 → 0.0.11
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/index.js +23 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -15
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +14 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1501,7 +1501,21 @@
|
|
|
1501
1501
|
.tecof-underline { text-decoration: underline; }
|
|
1502
1502
|
.tecof-line-through { text-decoration: line-through; }
|
|
1503
1503
|
.tecof-spin { animation: tecof-spin 1s linear infinite; }
|
|
1504
|
+
.tecof-sr-only {
|
|
1505
|
+
position: absolute;
|
|
1506
|
+
width: 1px;
|
|
1507
|
+
height: 1px;
|
|
1508
|
+
padding: 0;
|
|
1509
|
+
margin: -1px;
|
|
1510
|
+
overflow: hidden;
|
|
1511
|
+
clip: rect(0, 0, 0, 0);
|
|
1512
|
+
white-space: nowrap;
|
|
1513
|
+
border-width: 0;
|
|
1514
|
+
}
|
|
1504
1515
|
|
|
1505
1516
|
.tecof-lang-loading-dot:nth-child(1) { animation: tecof-pulse 1.2s ease-in-out infinite; }
|
|
1506
1517
|
.tecof-lang-loading-dot:nth-child(2) { animation: tecof-pulse 1.2s ease-in-out 0.2s infinite; }
|
|
1507
1518
|
.tecof-lang-loading-dot:nth-child(3) { animation: tecof-pulse 1.2s ease-in-out 0.4s infinite; }
|
|
1519
|
+
.filepond--root {
|
|
1520
|
+
margin-bottom: 0 !important;
|
|
1521
|
+
}
|