@seeqdev/qomponents 0.0.150 → 0.0.152
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.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2467,6 +2467,10 @@ ol,
|
|
|
2467
2467
|
border-radius: 0.25rem;
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
|
+
.tw-rounded-\[10px\] {
|
|
2471
|
+
border-radius: 10px;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2470
2474
|
.tw-rounded-\[15px\] {
|
|
2471
2475
|
border-radius: 15px;
|
|
2472
2476
|
}
|
|
@@ -2495,6 +2499,10 @@ ol,
|
|
|
2495
2499
|
border-radius: 0px;
|
|
2496
2500
|
}
|
|
2497
2501
|
|
|
2502
|
+
.tw-rounded-popover {
|
|
2503
|
+
border-radius: 8px;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2498
2506
|
.tw-rounded-sm {
|
|
2499
2507
|
border-radius: 3px;
|
|
2500
2508
|
}
|