@worca/ui 0.46.0 → 0.47.0
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/app/main.bundle.js +883 -831
- package/app/main.bundle.js.map +4 -4
- package/app/styles.css +10 -0
- package/package.json +1 -1
package/app/styles.css
CHANGED
|
@@ -2371,6 +2371,16 @@ sl-input [slot="prefix"] {
|
|
|
2371
2371
|
margin-top: 2px;
|
|
2372
2372
|
}
|
|
2373
2373
|
|
|
2374
|
+
.settings-field-hint--warn {
|
|
2375
|
+
color: var(--warning, #b8860b);
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.settings-field-hint--warn code {
|
|
2379
|
+
color: inherit;
|
|
2380
|
+
background: transparent;
|
|
2381
|
+
padding: 0;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2374
2384
|
/* Export-mode picker (standalone vs delta): roomy rows, with each option's
|
|
2375
2385
|
description on its own line aligned under the option title (not the radio). */
|
|
2376
2386
|
.export-mode-group sl-radio::part(base) {
|