@@ -6817,6 +6817,14 @@ video {
68176817 box-shadow: none !important;
68186818}
68196819
6820+ .box-sizing-border {
6821+ box-sizing: border !important;
6822+ }
6823+
6824+ .box-sizing-content {
6825+ box-sizing: content !important;
6826+ }
6827+
68206828.fill-current {
68216829 fill: currentColor !important;
68226830}
@@ -16131,6 +16139,14 @@ video {
1613116139 box-shadow: none !important;
1613216140 }
1613316141
16142+ .sm\:box-sizing-border {
16143+ box-sizing: border !important;
16144+ }
16145+
16146+ .sm\:box-sizing-content {
16147+ box-sizing: content !important;
16148+ }
16149+
1613416150 .sm\:fill-current {
1613516151 fill: currentColor !important;
1613616152 }
@@ -25446,6 +25462,14 @@ video {
2544625462 box-shadow: none !important;
2544725463 }
2544825464
25465+ .md\:box-sizing-border {
25466+ box-sizing: border !important;
25467+ }
25468+
25469+ .md\:box-sizing-content {
25470+ box-sizing: content !important;
25471+ }
25472+
2544925473 .md\:fill-current {
2545025474 fill: currentColor !important;
2545125475 }
@@ -34761,6 +34785,14 @@ video {
3476134785 box-shadow: none !important;
3476234786 }
3476334787
34788+ .lg\:box-sizing-border {
34789+ box-sizing: border !important;
34790+ }
34791+
34792+ .lg\:box-sizing-content {
34793+ box-sizing: content !important;
34794+ }
34795+
3476434796 .lg\:fill-current {
3476534797 fill: currentColor !important;
3476634798 }
@@ -44076,6 +44108,14 @@ video {
4407644108 box-shadow: none !important;
4407744109 }
4407844110
44111+ .xl\:box-sizing-border {
44112+ box-sizing: border !important;
44113+ }
44114+
44115+ .xl\:box-sizing-content {
44116+ box-sizing: content !important;
44117+ }
44118+
4407944119 .xl\:fill-current {
4408044120 fill: currentColor !important;
4408144121 }
0 commit comments