@worca/ui 0.1.1-rc.1 → 0.1.1-rc.2
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 +325 -309
- package/app/main.bundle.js.map +3 -3
- package/app/styles.css +12 -2
- package/package.json +1 -1
package/app/styles.css
CHANGED
|
@@ -1735,10 +1735,20 @@ sl-details.log-history-panel::part(content) {
|
|
|
1735
1735
|
}
|
|
1736
1736
|
|
|
1737
1737
|
.pricing-table sl-input {
|
|
1738
|
-
min-width:
|
|
1739
|
-
max-width:
|
|
1738
|
+
min-width: 72px;
|
|
1739
|
+
max-width: 104px;
|
|
1740
|
+
display: inline-block;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
sl-input.pricing-input::part(input) {
|
|
1744
|
+
text-align: right;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.pricing-table--auto {
|
|
1748
|
+
width: auto;
|
|
1740
1749
|
}
|
|
1741
1750
|
|
|
1751
|
+
|
|
1742
1752
|
.pricing-info {
|
|
1743
1753
|
display: flex;
|
|
1744
1754
|
gap: 16px;
|