@@ -2991,6 +2991,10 @@ video {
2991
2991
border-radius: 0.25rem !important;
2992
2992
}
2993
2993
2994
+ .rounded-md {
2995
+ border-radius: 0.375rem !important;
2996
+ }
2997
+
2994
2998
.rounded-lg {
2995
2999
border-radius: 0.5rem !important;
2996
3000
}
@@ -3059,6 +3063,26 @@ video {
3059
3063
border-bottom-left-radius: 0.25rem !important;
3060
3064
}
3061
3065
3066
+ .rounded-t-md {
3067
+ border-top-left-radius: 0.375rem !important;
3068
+ border-top-right-radius: 0.375rem !important;
3069
+ }
3070
+
3071
+ .rounded-r-md {
3072
+ border-top-right-radius: 0.375rem !important;
3073
+ border-bottom-right-radius: 0.375rem !important;
3074
+ }
3075
+
3076
+ .rounded-b-md {
3077
+ border-bottom-right-radius: 0.375rem !important;
3078
+ border-bottom-left-radius: 0.375rem !important;
3079
+ }
3080
+
3081
+ .rounded-l-md {
3082
+ border-top-left-radius: 0.375rem !important;
3083
+ border-bottom-left-radius: 0.375rem !important;
3084
+ }
3085
+
3062
3086
.rounded-t-lg {
3063
3087
border-top-left-radius: 0.5rem !important;
3064
3088
border-top-right-radius: 0.5rem !important;
@@ -3147,6 +3171,22 @@ video {
3147
3171
border-bottom-left-radius: 0.25rem !important;
3148
3172
}
3149
3173
3174
+ .rounded-tl-md {
3175
+ border-top-left-radius: 0.375rem !important;
3176
+ }
3177
+
3178
+ .rounded-tr-md {
3179
+ border-top-right-radius: 0.375rem !important;
3180
+ }
3181
+
3182
+ .rounded-br-md {
3183
+ border-bottom-right-radius: 0.375rem !important;
3184
+ }
3185
+
3186
+ .rounded-bl-md {
3187
+ border-bottom-left-radius: 0.375rem !important;
3188
+ }
3189
+
3150
3190
.rounded-tl-lg {
3151
3191
border-top-left-radius: 0.5rem !important;
3152
3192
}
@@ -12261,6 +12301,10 @@ video {
12261
12301
border-radius: 0.25rem !important;
12262
12302
}
12263
12303
12304
+ .sm\:rounded-md {
12305
+ border-radius: 0.375rem !important;
12306
+ }
12307
+
12264
12308
.sm\:rounded-lg {
12265
12309
border-radius: 0.5rem !important;
12266
12310
}
@@ -12329,6 +12373,26 @@ video {
12329
12373
border-bottom-left-radius: 0.25rem !important;
12330
12374
}
12331
12375
12376
+ .sm\:rounded-t-md {
12377
+ border-top-left-radius: 0.375rem !important;
12378
+ border-top-right-radius: 0.375rem !important;
12379
+ }
12380
+
12381
+ .sm\:rounded-r-md {
12382
+ border-top-right-radius: 0.375rem !important;
12383
+ border-bottom-right-radius: 0.375rem !important;
12384
+ }
12385
+
12386
+ .sm\:rounded-b-md {
12387
+ border-bottom-right-radius: 0.375rem !important;
12388
+ border-bottom-left-radius: 0.375rem !important;
12389
+ }
12390
+
12391
+ .sm\:rounded-l-md {
12392
+ border-top-left-radius: 0.375rem !important;
12393
+ border-bottom-left-radius: 0.375rem !important;
12394
+ }
12395
+
12332
12396
.sm\:rounded-t-lg {
12333
12397
border-top-left-radius: 0.5rem !important;
12334
12398
border-top-right-radius: 0.5rem !important;
@@ -12417,6 +12481,22 @@ video {
12417
12481
border-bottom-left-radius: 0.25rem !important;
12418
12482
}
12419
12483
12484
+ .sm\:rounded-tl-md {
12485
+ border-top-left-radius: 0.375rem !important;
12486
+ }
12487
+
12488
+ .sm\:rounded-tr-md {
12489
+ border-top-right-radius: 0.375rem !important;
12490
+ }
12491
+
12492
+ .sm\:rounded-br-md {
12493
+ border-bottom-right-radius: 0.375rem !important;
12494
+ }
12495
+
12496
+ .sm\:rounded-bl-md {
12497
+ border-bottom-left-radius: 0.375rem !important;
12498
+ }
12499
+
12420
12500
.sm\:rounded-tl-lg {
12421
12501
border-top-left-radius: 0.5rem !important;
12422
12502
}
@@ -21532,6 +21612,10 @@ video {
21532
21612
border-radius: 0.25rem !important;
21533
21613
}
21534
21614
21615
+ .md\:rounded-md {
21616
+ border-radius: 0.375rem !important;
21617
+ }
21618
+
21535
21619
.md\:rounded-lg {
21536
21620
border-radius: 0.5rem !important;
21537
21621
}
@@ -21600,6 +21684,26 @@ video {
21600
21684
border-bottom-left-radius: 0.25rem !important;
21601
21685
}
21602
21686
21687
+ .md\:rounded-t-md {
21688
+ border-top-left-radius: 0.375rem !important;
21689
+ border-top-right-radius: 0.375rem !important;
21690
+ }
21691
+
21692
+ .md\:rounded-r-md {
21693
+ border-top-right-radius: 0.375rem !important;
21694
+ border-bottom-right-radius: 0.375rem !important;
21695
+ }
21696
+
21697
+ .md\:rounded-b-md {
21698
+ border-bottom-right-radius: 0.375rem !important;
21699
+ border-bottom-left-radius: 0.375rem !important;
21700
+ }
21701
+
21702
+ .md\:rounded-l-md {
21703
+ border-top-left-radius: 0.375rem !important;
21704
+ border-bottom-left-radius: 0.375rem !important;
21705
+ }
21706
+
21603
21707
.md\:rounded-t-lg {
21604
21708
border-top-left-radius: 0.5rem !important;
21605
21709
border-top-right-radius: 0.5rem !important;
@@ -21688,6 +21792,22 @@ video {
21688
21792
border-bottom-left-radius: 0.25rem !important;
21689
21793
}
21690
21794
21795
+ .md\:rounded-tl-md {
21796
+ border-top-left-radius: 0.375rem !important;
21797
+ }
21798
+
21799
+ .md\:rounded-tr-md {
21800
+ border-top-right-radius: 0.375rem !important;
21801
+ }
21802
+
21803
+ .md\:rounded-br-md {
21804
+ border-bottom-right-radius: 0.375rem !important;
21805
+ }
21806
+
21807
+ .md\:rounded-bl-md {
21808
+ border-bottom-left-radius: 0.375rem !important;
21809
+ }
21810
+
21691
21811
.md\:rounded-tl-lg {
21692
21812
border-top-left-radius: 0.5rem !important;
21693
21813
}
@@ -30803,6 +30923,10 @@ video {
30803
30923
border-radius: 0.25rem !important;
30804
30924
}
30805
30925
30926
+ .lg\:rounded-md {
30927
+ border-radius: 0.375rem !important;
30928
+ }
30929
+
30806
30930
.lg\:rounded-lg {
30807
30931
border-radius: 0.5rem !important;
30808
30932
}
@@ -30871,6 +30995,26 @@ video {
30871
30995
border-bottom-left-radius: 0.25rem !important;
30872
30996
}
30873
30997
30998
+ .lg\:rounded-t-md {
30999
+ border-top-left-radius: 0.375rem !important;
31000
+ border-top-right-radius: 0.375rem !important;
31001
+ }
31002
+
31003
+ .lg\:rounded-r-md {
31004
+ border-top-right-radius: 0.375rem !important;
31005
+ border-bottom-right-radius: 0.375rem !important;
31006
+ }
31007
+
31008
+ .lg\:rounded-b-md {
31009
+ border-bottom-right-radius: 0.375rem !important;
31010
+ border-bottom-left-radius: 0.375rem !important;
31011
+ }
31012
+
31013
+ .lg\:rounded-l-md {
31014
+ border-top-left-radius: 0.375rem !important;
31015
+ border-bottom-left-radius: 0.375rem !important;
31016
+ }
31017
+
30874
31018
.lg\:rounded-t-lg {
30875
31019
border-top-left-radius: 0.5rem !important;
30876
31020
border-top-right-radius: 0.5rem !important;
@@ -30959,6 +31103,22 @@ video {
30959
31103
border-bottom-left-radius: 0.25rem !important;
30960
31104
}
30961
31105
31106
+ .lg\:rounded-tl-md {
31107
+ border-top-left-radius: 0.375rem !important;
31108
+ }
31109
+
31110
+ .lg\:rounded-tr-md {
31111
+ border-top-right-radius: 0.375rem !important;
31112
+ }
31113
+
31114
+ .lg\:rounded-br-md {
31115
+ border-bottom-right-radius: 0.375rem !important;
31116
+ }
31117
+
31118
+ .lg\:rounded-bl-md {
31119
+ border-bottom-left-radius: 0.375rem !important;
31120
+ }
31121
+
30962
31122
.lg\:rounded-tl-lg {
30963
31123
border-top-left-radius: 0.5rem !important;
30964
31124
}
@@ -40074,6 +40234,10 @@ video {
40074
40234
border-radius: 0.25rem !important;
40075
40235
}
40076
40236
40237
+ .xl\:rounded-md {
40238
+ border-radius: 0.375rem !important;
40239
+ }
40240
+
40077
40241
.xl\:rounded-lg {
40078
40242
border-radius: 0.5rem !important;
40079
40243
}
@@ -40142,6 +40306,26 @@ video {
40142
40306
border-bottom-left-radius: 0.25rem !important;
40143
40307
}
40144
40308
40309
+ .xl\:rounded-t-md {
40310
+ border-top-left-radius: 0.375rem !important;
40311
+ border-top-right-radius: 0.375rem !important;
40312
+ }
40313
+
40314
+ .xl\:rounded-r-md {
40315
+ border-top-right-radius: 0.375rem !important;
40316
+ border-bottom-right-radius: 0.375rem !important;
40317
+ }
40318
+
40319
+ .xl\:rounded-b-md {
40320
+ border-bottom-right-radius: 0.375rem !important;
40321
+ border-bottom-left-radius: 0.375rem !important;
40322
+ }
40323
+
40324
+ .xl\:rounded-l-md {
40325
+ border-top-left-radius: 0.375rem !important;
40326
+ border-bottom-left-radius: 0.375rem !important;
40327
+ }
40328
+
40145
40329
.xl\:rounded-t-lg {
40146
40330
border-top-left-radius: 0.5rem !important;
40147
40331
border-top-right-radius: 0.5rem !important;
@@ -40230,6 +40414,22 @@ video {
40230
40414
border-bottom-left-radius: 0.25rem !important;
40231
40415
}
40232
40416
40417
+ .xl\:rounded-tl-md {
40418
+ border-top-left-radius: 0.375rem !important;
40419
+ }
40420
+
40421
+ .xl\:rounded-tr-md {
40422
+ border-top-right-radius: 0.375rem !important;
40423
+ }
40424
+
40425
+ .xl\:rounded-br-md {
40426
+ border-bottom-right-radius: 0.375rem !important;
40427
+ }
40428
+
40429
+ .xl\:rounded-bl-md {
40430
+ border-bottom-left-radius: 0.375rem !important;
40431
+ }
40432
+
40233
40433
.xl\:rounded-tl-lg {
40234
40434
border-top-left-radius: 0.5rem !important;
40235
40435
}
0 commit comments