@geomak/ui 7.3.0 → 7.3.1
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.cjs +49 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +48 -12
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1505,6 +1505,9 @@ video {
|
|
|
1505
1505
|
.min-w-\[10rem\] {
|
|
1506
1506
|
min-width: 10rem;
|
|
1507
1507
|
}
|
|
1508
|
+
.min-w-\[11rem\] {
|
|
1509
|
+
min-width: 11rem;
|
|
1510
|
+
}
|
|
1508
1511
|
.min-w-\[120px\] {
|
|
1509
1512
|
min-width: 120px;
|
|
1510
1513
|
}
|
|
@@ -2426,6 +2429,9 @@ video {
|
|
|
2426
2429
|
.pt-1 {
|
|
2427
2430
|
padding-top: 0.25rem;
|
|
2428
2431
|
}
|
|
2432
|
+
.pt-1\.5 {
|
|
2433
|
+
padding-top: 0.375rem;
|
|
2434
|
+
}
|
|
2429
2435
|
.pt-2 {
|
|
2430
2436
|
padding-top: 0.5rem;
|
|
2431
2437
|
}
|