@geomak/ui 5.7.0 → 5.7.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 +24 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +24 -18
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1404,9 +1404,6 @@ video {
|
|
|
1404
1404
|
.grid-cols-9 {
|
|
1405
1405
|
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
1406
1406
|
}
|
|
1407
|
-
.grid-cols-\[1fr_auto\] {
|
|
1408
|
-
grid-template-columns: 1fr auto;
|
|
1409
|
-
}
|
|
1410
1407
|
.grid-rows-1 {
|
|
1411
1408
|
grid-template-rows: repeat(1, minmax(0, 1fr));
|
|
1412
1409
|
}
|