@@ -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
}
@@ -12265,6 +12305,10 @@ video {
12265
12305
border-radius: 0.25rem !important;
12266
12306
}
12267
12307
12308
+ .sm\:rounded-md {
12309
+ border-radius: 0.375rem !important;
12310
+ }
12311
+
12268
12312
.sm\:rounded-lg {
12269
12313
border-radius: 0.5rem !important;
12270
12314
}
@@ -12333,6 +12377,26 @@ video {
12333
12377
border-bottom-left-radius: 0.25rem !important;
12334
12378
}
12335
12379
12380
+ .sm\:rounded-t-md {
12381
+ border-top-left-radius: 0.375rem !important;
12382
+ border-top-right-radius: 0.375rem !important;
12383
+ }
12384
+
12385
+ .sm\:rounded-r-md {
12386
+ border-top-right-radius: 0.375rem !important;
12387
+ border-bottom-right-radius: 0.375rem !important;
12388
+ }
12389
+
12390
+ .sm\:rounded-b-md {
12391
+ border-bottom-right-radius: 0.375rem !important;
12392
+ border-bottom-left-radius: 0.375rem !important;
12393
+ }
12394
+
12395
+ .sm\:rounded-l-md {
12396
+ border-top-left-radius: 0.375rem !important;
12397
+ border-bottom-left-radius: 0.375rem !important;
12398
+ }
12399
+
12336
12400
.sm\:rounded-t-lg {
12337
12401
border-top-left-radius: 0.5rem !important;
12338
12402
border-top-right-radius: 0.5rem !important;
@@ -12421,6 +12485,22 @@ video {
12421
12485
border-bottom-left-radius: 0.25rem !important;
12422
12486
}
12423
12487
12488
+ .sm\:rounded-tl-md {
12489
+ border-top-left-radius: 0.375rem !important;
12490
+ }
12491
+
12492
+ .sm\:rounded-tr-md {
12493
+ border-top-right-radius: 0.375rem !important;
12494
+ }
12495
+
12496
+ .sm\:rounded-br-md {
12497
+ border-bottom-right-radius: 0.375rem !important;
12498
+ }
12499
+
12500
+ .sm\:rounded-bl-md {
12501
+ border-bottom-left-radius: 0.375rem !important;
12502
+ }
12503
+
12424
12504
.sm\:rounded-tl-lg {
12425
12505
border-top-left-radius: 0.5rem !important;
12426
12506
}
@@ -21540,6 +21620,10 @@ video {
21540
21620
border-radius: 0.25rem !important;
21541
21621
}
21542
21622
21623
+ .md\:rounded-md {
21624
+ border-radius: 0.375rem !important;
21625
+ }
21626
+
21543
21627
.md\:rounded-lg {
21544
21628
border-radius: 0.5rem !important;
21545
21629
}
@@ -21608,6 +21692,26 @@ video {
21608
21692
border-bottom-left-radius: 0.25rem !important;
21609
21693
}
21610
21694
21695
+ .md\:rounded-t-md {
21696
+ border-top-left-radius: 0.375rem !important;
21697
+ border-top-right-radius: 0.375rem !important;
21698
+ }
21699
+
21700
+ .md\:rounded-r-md {
21701
+ border-top-right-radius: 0.375rem !important;
21702
+ border-bottom-right-radius: 0.375rem !important;
21703
+ }
21704
+
21705
+ .md\:rounded-b-md {
21706
+ border-bottom-right-radius: 0.375rem !important;
21707
+ border-bottom-left-radius: 0.375rem !important;
21708
+ }
21709
+
21710
+ .md\:rounded-l-md {
21711
+ border-top-left-radius: 0.375rem !important;
21712
+ border-bottom-left-radius: 0.375rem !important;
21713
+ }
21714
+
21611
21715
.md\:rounded-t-lg {
21612
21716
border-top-left-radius: 0.5rem !important;
21613
21717
border-top-right-radius: 0.5rem !important;
@@ -21696,6 +21800,22 @@ video {
21696
21800
border-bottom-left-radius: 0.25rem !important;
21697
21801
}
21698
21802
21803
+ .md\:rounded-tl-md {
21804
+ border-top-left-radius: 0.375rem !important;
21805
+ }
21806
+
21807
+ .md\:rounded-tr-md {
21808
+ border-top-right-radius: 0.375rem !important;
21809
+ }
21810
+
21811
+ .md\:rounded-br-md {
21812
+ border-bottom-right-radius: 0.375rem !important;
21813
+ }
21814
+
21815
+ .md\:rounded-bl-md {
21816
+ border-bottom-left-radius: 0.375rem !important;
21817
+ }
21818
+
21699
21819
.md\:rounded-tl-lg {
21700
21820
border-top-left-radius: 0.5rem !important;
21701
21821
}
@@ -30815,6 +30935,10 @@ video {
30815
30935
border-radius: 0.25rem !important;
30816
30936
}
30817
30937
30938
+ .lg\:rounded-md {
30939
+ border-radius: 0.375rem !important;
30940
+ }
30941
+
30818
30942
.lg\:rounded-lg {
30819
30943
border-radius: 0.5rem !important;
30820
30944
}
@@ -30883,6 +31007,26 @@ video {
30883
31007
border-bottom-left-radius: 0.25rem !important;
30884
31008
}
30885
31009
31010
+ .lg\:rounded-t-md {
31011
+ border-top-left-radius: 0.375rem !important;
31012
+ border-top-right-radius: 0.375rem !important;
31013
+ }
31014
+
31015
+ .lg\:rounded-r-md {
31016
+ border-top-right-radius: 0.375rem !important;
31017
+ border-bottom-right-radius: 0.375rem !important;
31018
+ }
31019
+
31020
+ .lg\:rounded-b-md {
31021
+ border-bottom-right-radius: 0.375rem !important;
31022
+ border-bottom-left-radius: 0.375rem !important;
31023
+ }
31024
+
31025
+ .lg\:rounded-l-md {
31026
+ border-top-left-radius: 0.375rem !important;
31027
+ border-bottom-left-radius: 0.375rem !important;
31028
+ }
31029
+
30886
31030
.lg\:rounded-t-lg {
30887
31031
border-top-left-radius: 0.5rem !important;
30888
31032
border-top-right-radius: 0.5rem !important;
@@ -30971,6 +31115,22 @@ video {
30971
31115
border-bottom-left-radius: 0.25rem !important;
30972
31116
}
30973
31117
31118
+ .lg\:rounded-tl-md {
31119
+ border-top-left-radius: 0.375rem !important;
31120
+ }
31121
+
31122
+ .lg\:rounded-tr-md {
31123
+ border-top-right-radius: 0.375rem !important;
31124
+ }
31125
+
31126
+ .lg\:rounded-br-md {
31127
+ border-bottom-right-radius: 0.375rem !important;
31128
+ }
31129
+
31130
+ .lg\:rounded-bl-md {
31131
+ border-bottom-left-radius: 0.375rem !important;
31132
+ }
31133
+
30974
31134
.lg\:rounded-tl-lg {
30975
31135
border-top-left-radius: 0.5rem !important;
30976
31136
}
@@ -40090,6 +40250,10 @@ video {
40090
40250
border-radius: 0.25rem !important;
40091
40251
}
40092
40252
40253
+ .xl\:rounded-md {
40254
+ border-radius: 0.375rem !important;
40255
+ }
40256
+
40093
40257
.xl\:rounded-lg {
40094
40258
border-radius: 0.5rem !important;
40095
40259
}
@@ -40158,6 +40322,26 @@ video {
40158
40322
border-bottom-left-radius: 0.25rem !important;
40159
40323
}
40160
40324
40325
+ .xl\:rounded-t-md {
40326
+ border-top-left-radius: 0.375rem !important;
40327
+ border-top-right-radius: 0.375rem !important;
40328
+ }
40329
+
40330
+ .xl\:rounded-r-md {
40331
+ border-top-right-radius: 0.375rem !important;
40332
+ border-bottom-right-radius: 0.375rem !important;
40333
+ }
40334
+
40335
+ .xl\:rounded-b-md {
40336
+ border-bottom-right-radius: 0.375rem !important;
40337
+ border-bottom-left-radius: 0.375rem !important;
40338
+ }
40339
+
40340
+ .xl\:rounded-l-md {
40341
+ border-top-left-radius: 0.375rem !important;
40342
+ border-bottom-left-radius: 0.375rem !important;
40343
+ }
40344
+
40161
40345
.xl\:rounded-t-lg {
40162
40346
border-top-left-radius: 0.5rem !important;
40163
40347
border-top-right-radius: 0.5rem !important;
@@ -40246,6 +40430,22 @@ video {
40246
40430
border-bottom-left-radius: 0.25rem !important;
40247
40431
}
40248
40432
40433
+ .xl\:rounded-tl-md {
40434
+ border-top-left-radius: 0.375rem !important;
40435
+ }
40436
+
40437
+ .xl\:rounded-tr-md {
40438
+ border-top-right-radius: 0.375rem !important;
40439
+ }
40440
+
40441
+ .xl\:rounded-br-md {
40442
+ border-bottom-right-radius: 0.375rem !important;
40443
+ }
40444
+
40445
+ .xl\:rounded-bl-md {
40446
+ border-bottom-left-radius: 0.375rem !important;
40447
+ }
40448
+
40249
40449
.xl\:rounded-tl-lg {
40250
40450
border-top-left-radius: 0.5rem !important;
40251
40451
}
0 commit comments