@seeqdev/qomponents 0.0.144 → 0.0.146
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 +2 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +13 -13
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2484,7 +2484,7 @@ ol,
|
|
|
2484
2484
|
}
|
|
2485
2485
|
|
|
2486
2486
|
.tw-rounded-md {
|
|
2487
|
-
border-radius:
|
|
2487
|
+
border-radius: 6px;
|
|
2488
2488
|
}
|
|
2489
2489
|
|
|
2490
2490
|
.tw-rounded-none {
|
|
@@ -2506,8 +2506,8 @@ ol,
|
|
|
2506
2506
|
}
|
|
2507
2507
|
|
|
2508
2508
|
.tw-rounded-l-md {
|
|
2509
|
-
border-top-left-radius:
|
|
2510
|
-
border-bottom-left-radius:
|
|
2509
|
+
border-top-left-radius: 6px;
|
|
2510
|
+
border-bottom-left-radius: 6px;
|
|
2511
2511
|
}
|
|
2512
2512
|
|
|
2513
2513
|
.tw-rounded-r-\[15px\] {
|
|
@@ -2516,8 +2516,8 @@ ol,
|
|
|
2516
2516
|
}
|
|
2517
2517
|
|
|
2518
2518
|
.tw-rounded-r-md {
|
|
2519
|
-
border-top-right-radius:
|
|
2520
|
-
border-bottom-right-radius:
|
|
2519
|
+
border-top-right-radius: 6px;
|
|
2520
|
+
border-bottom-right-radius: 6px;
|
|
2521
2521
|
}
|
|
2522
2522
|
|
|
2523
2523
|
.tw-rounded-r-none {
|
|
@@ -2526,16 +2526,16 @@ ol,
|
|
|
2526
2526
|
}
|
|
2527
2527
|
|
|
2528
2528
|
.tw-rounded-t-md {
|
|
2529
|
-
border-top-left-radius:
|
|
2530
|
-
border-top-right-radius:
|
|
2529
|
+
border-top-left-radius: 6px;
|
|
2530
|
+
border-top-right-radius: 6px;
|
|
2531
2531
|
}
|
|
2532
2532
|
|
|
2533
2533
|
.tw-rounded-tl-md {
|
|
2534
|
-
border-top-left-radius:
|
|
2534
|
+
border-top-left-radius: 6px;
|
|
2535
2535
|
}
|
|
2536
2536
|
|
|
2537
2537
|
.tw-rounded-tr-md {
|
|
2538
|
-
border-top-right-radius:
|
|
2538
|
+
border-top-right-radius: 6px;
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
2541
|
.tw-border {
|
|
@@ -3362,8 +3362,8 @@ ol,
|
|
|
3362
3362
|
}
|
|
3363
3363
|
|
|
3364
3364
|
.first\:tw-rounded-l-md:first-child {
|
|
3365
|
-
border-top-left-radius:
|
|
3366
|
-
border-bottom-left-radius:
|
|
3365
|
+
border-top-left-radius: 6px;
|
|
3366
|
+
border-bottom-left-radius: 6px;
|
|
3367
3367
|
}
|
|
3368
3368
|
|
|
3369
3369
|
.last\:tw-mr-0:last-child {
|
|
@@ -3371,8 +3371,8 @@ ol,
|
|
|
3371
3371
|
}
|
|
3372
3372
|
|
|
3373
3373
|
.last\:tw-rounded-r-md:last-child {
|
|
3374
|
-
border-top-right-radius:
|
|
3375
|
-
border-bottom-right-radius:
|
|
3374
|
+
border-top-right-radius: 6px;
|
|
3375
|
+
border-bottom-right-radius: 6px;
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
3378
|
.last\:tw-border-r-0:last-child {
|