hds-web 1.21.7 → 1.21.9
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.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/HDS/components/Cards/Announcement/announcementMd.js +9 -9
- package/src/HDS/components/Cards/Announcement/announcementSm.js +3 -3
- package/src/HDS/components/Cards/StoryCard/storyxl.js +1 -1
- package/src/styles/tailwind.css +121 -202
package/src/styles/tailwind.css
CHANGED
@@ -1489,6 +1489,10 @@ select{
|
|
1489
1489
|
margin-top: 70px;
|
1490
1490
|
}
|
1491
1491
|
|
1492
|
+
.mt-\[2px\]{
|
1493
|
+
margin-top: 2px;
|
1494
|
+
}
|
1495
|
+
|
1492
1496
|
.line-clamp-3{
|
1493
1497
|
overflow: hidden;
|
1494
1498
|
display: -webkit-box;
|
@@ -1684,30 +1688,20 @@ select{
|
|
1684
1688
|
height: calc(100% - 80px);
|
1685
1689
|
}
|
1686
1690
|
|
1687
|
-
.h-full{
|
1688
|
-
height: 100%;
|
1689
|
-
}
|
1690
|
-
|
1691
|
-
.h-screen{
|
1692
|
-
height: 100vh;
|
1693
|
-
}
|
1694
|
-
|
1695
1691
|
.h-auto{
|
1696
1692
|
height: auto;
|
1697
1693
|
}
|
1698
1694
|
|
1699
|
-
.h
|
1700
|
-
height:
|
1695
|
+
.h-full{
|
1696
|
+
height: 100%;
|
1701
1697
|
}
|
1702
1698
|
|
1703
|
-
.h
|
1704
|
-
height:
|
1699
|
+
.h-screen{
|
1700
|
+
height: 100vh;
|
1705
1701
|
}
|
1706
1702
|
|
1707
|
-
.h
|
1708
|
-
height:
|
1709
|
-
height: -moz-fit-content;
|
1710
|
-
height: fit-content;
|
1703
|
+
.max-h-\[144px\]{
|
1704
|
+
max-height: 144px;
|
1711
1705
|
}
|
1712
1706
|
|
1713
1707
|
.max-h-\[181px\]{
|
@@ -1722,44 +1716,32 @@ select{
|
|
1722
1716
|
max-height: 26.25;
|
1723
1717
|
}
|
1724
1718
|
|
1725
|
-
.max-h-\[
|
1726
|
-
max-height:
|
1719
|
+
.max-h-\[28px\]{
|
1720
|
+
max-height: 28px;
|
1727
1721
|
}
|
1728
1722
|
|
1729
|
-
.max-h-\[
|
1730
|
-
max-height:
|
1723
|
+
.max-h-\[32px\]{
|
1724
|
+
max-height: 32px;
|
1731
1725
|
}
|
1732
1726
|
|
1733
|
-
.max-h
|
1734
|
-
max-height:
|
1727
|
+
.max-h-\[40px\]{
|
1728
|
+
max-height: 40px;
|
1735
1729
|
}
|
1736
1730
|
|
1737
|
-
.max-h
|
1738
|
-
max-height:
|
1731
|
+
.max-h-\[530px\]{
|
1732
|
+
max-height: 530px;
|
1739
1733
|
}
|
1740
1734
|
|
1741
1735
|
.max-h-\[64px\]{
|
1742
1736
|
max-height: 64px;
|
1743
1737
|
}
|
1744
1738
|
|
1745
|
-
.max-h
|
1746
|
-
max-height:
|
1747
|
-
}
|
1748
|
-
|
1749
|
-
.max-h-\[40px\]{
|
1750
|
-
max-height: 40px;
|
1751
|
-
}
|
1752
|
-
|
1753
|
-
.max-h-\[518px\]{
|
1754
|
-
max-height: 518px;
|
1755
|
-
}
|
1756
|
-
|
1757
|
-
.max-h-\[144px\]{
|
1758
|
-
max-height: 144px;
|
1739
|
+
.max-h-full{
|
1740
|
+
max-height: 100%;
|
1759
1741
|
}
|
1760
1742
|
|
1761
|
-
.max-h
|
1762
|
-
max-height:
|
1743
|
+
.max-h-screen{
|
1744
|
+
max-height: 100vh;
|
1763
1745
|
}
|
1764
1746
|
|
1765
1747
|
.min-h-\[12px\]{
|
@@ -1794,10 +1776,6 @@ select{
|
|
1794
1776
|
min-height: 64px;
|
1795
1777
|
}
|
1796
1778
|
|
1797
|
-
.min-h-\[144px\]{
|
1798
|
-
min-height: 144px;
|
1799
|
-
}
|
1800
|
-
|
1801
1779
|
.\!w-full{
|
1802
1780
|
width: 100% !important;
|
1803
1781
|
}
|
@@ -2000,6 +1978,10 @@ select{
|
|
2000
1978
|
min-width: 250px;
|
2001
1979
|
}
|
2002
1980
|
|
1981
|
+
.min-w-\[300px\]{
|
1982
|
+
min-width: 300px;
|
1983
|
+
}
|
1984
|
+
|
2003
1985
|
.min-w-\[312px\]{
|
2004
1986
|
min-width: 312px;
|
2005
1987
|
}
|
@@ -2030,18 +2012,6 @@ select{
|
|
2030
2012
|
min-width: 100%;
|
2031
2013
|
}
|
2032
2014
|
|
2033
|
-
.min-w-\[350px\]{
|
2034
|
-
min-width: 350px;
|
2035
|
-
}
|
2036
|
-
|
2037
|
-
.min-w-\[240px\]{
|
2038
|
-
min-width: 240px;
|
2039
|
-
}
|
2040
|
-
|
2041
|
-
.min-w-\[300px\]{
|
2042
|
-
min-width: 300px;
|
2043
|
-
}
|
2044
|
-
|
2045
2015
|
.max-w-2xl{
|
2046
2016
|
max-width: 42rem;
|
2047
2017
|
}
|
@@ -2050,10 +2020,6 @@ select{
|
|
2050
2020
|
max-width: 80rem;
|
2051
2021
|
}
|
2052
2022
|
|
2053
|
-
.max-w-\[100px\]{
|
2054
|
-
max-width: 100px;
|
2055
|
-
}
|
2056
|
-
|
2057
2023
|
.max-w-\[10rem\]{
|
2058
2024
|
max-width: 10rem;
|
2059
2025
|
}
|
@@ -2066,10 +2032,6 @@ select{
|
|
2066
2032
|
max-width: 128px;
|
2067
2033
|
}
|
2068
2034
|
|
2069
|
-
.max-w-\[140px\]{
|
2070
|
-
max-width: 140px;
|
2071
|
-
}
|
2072
|
-
|
2073
2035
|
.max-w-\[148px\]{
|
2074
2036
|
max-width: 148px;
|
2075
2037
|
}
|
@@ -2082,10 +2044,6 @@ select{
|
|
2082
2044
|
max-width: 18rem;
|
2083
2045
|
}
|
2084
2046
|
|
2085
|
-
.max-w-\[190px\]{
|
2086
|
-
max-width: 190px;
|
2087
|
-
}
|
2088
|
-
|
2089
2047
|
.max-w-\[210px\]{
|
2090
2048
|
max-width: 210px;
|
2091
2049
|
}
|
@@ -2102,12 +2060,12 @@ select{
|
|
2102
2060
|
max-width: 22rem;
|
2103
2061
|
}
|
2104
2062
|
|
2105
|
-
.max-w-\[
|
2106
|
-
max-width:
|
2063
|
+
.max-w-\[240px\]{
|
2064
|
+
max-width: 240px;
|
2107
2065
|
}
|
2108
2066
|
|
2109
|
-
.max-w-\[
|
2110
|
-
max-width:
|
2067
|
+
.max-w-\[242px\]{
|
2068
|
+
max-width: 242px;
|
2111
2069
|
}
|
2112
2070
|
|
2113
2071
|
.max-w-\[29\.18rem\]{
|
@@ -2188,12 +2146,12 @@ select{
|
|
2188
2146
|
max-width: min-content;
|
2189
2147
|
}
|
2190
2148
|
|
2191
|
-
.max-w-\[
|
2192
|
-
max-width:
|
2149
|
+
.max-w-\[280px\]{
|
2150
|
+
max-width: 280px;
|
2193
2151
|
}
|
2194
2152
|
|
2195
|
-
.max-w-\[
|
2196
|
-
max-width:
|
2153
|
+
.max-w-\[20px\]{
|
2154
|
+
max-width: 20px;
|
2197
2155
|
}
|
2198
2156
|
|
2199
2157
|
.flex-1{
|
@@ -2368,10 +2326,6 @@ select{
|
|
2368
2326
|
user-select: none;
|
2369
2327
|
}
|
2370
2328
|
|
2371
|
-
.resize{
|
2372
|
-
resize: both;
|
2373
|
-
}
|
2374
|
-
|
2375
2329
|
.snap-x{
|
2376
2330
|
scroll-snap-type: x var(--tw-scroll-snap-strictness);
|
2377
2331
|
}
|
@@ -6517,6 +6471,10 @@ select{
|
|
6517
6471
|
padding-bottom: 1rem;
|
6518
6472
|
}
|
6519
6473
|
|
6474
|
+
.pb-5{
|
6475
|
+
padding-bottom: 1.25rem;
|
6476
|
+
}
|
6477
|
+
|
6520
6478
|
.pb-6{
|
6521
6479
|
padding-bottom: 1.5rem;
|
6522
6480
|
}
|
@@ -6669,8 +6627,12 @@ select{
|
|
6669
6627
|
padding-top: 81px;
|
6670
6628
|
}
|
6671
6629
|
|
6672
|
-
.pb-
|
6673
|
-
padding-bottom:
|
6630
|
+
.pb-0{
|
6631
|
+
padding-bottom: 0px;
|
6632
|
+
}
|
6633
|
+
|
6634
|
+
.pl-0{
|
6635
|
+
padding-left: 0px;
|
6674
6636
|
}
|
6675
6637
|
|
6676
6638
|
.text-left{
|
@@ -10422,10 +10384,6 @@ select{
|
|
10422
10384
|
color: rgb(0 6 21 / var(--tw-text-opacity));
|
10423
10385
|
}
|
10424
10386
|
|
10425
|
-
.group\/sc:hover .group-hover\/sc\:opacity-0{
|
10426
|
-
opacity: 0;
|
10427
|
-
}
|
10428
|
-
|
10429
10387
|
.group\/sc:hover .group-hover\/sc\:opacity-100{
|
10430
10388
|
opacity: 1;
|
10431
10389
|
}
|
@@ -10686,12 +10644,20 @@ select{
|
|
10686
10644
|
display: none;
|
10687
10645
|
}
|
10688
10646
|
|
10647
|
+
.tb\:h-8{
|
10648
|
+
height: 2rem;
|
10649
|
+
}
|
10650
|
+
|
10689
10651
|
.tb\:h-full{
|
10690
10652
|
height: 100%;
|
10691
10653
|
}
|
10692
10654
|
|
10693
|
-
.tb\:h-
|
10694
|
-
height:
|
10655
|
+
.tb\:h-5{
|
10656
|
+
height: 1.25rem;
|
10657
|
+
}
|
10658
|
+
|
10659
|
+
.tb\:h-6{
|
10660
|
+
height: 1.5rem;
|
10695
10661
|
}
|
10696
10662
|
|
10697
10663
|
.tb\:max-h-\[181px\]{
|
@@ -10702,18 +10668,26 @@ select{
|
|
10702
10668
|
max-height: 25.25rem;
|
10703
10669
|
}
|
10704
10670
|
|
10705
|
-
.tb\:max-h-\[
|
10706
|
-
max-height:
|
10671
|
+
.tb\:max-h-\[32px\]{
|
10672
|
+
max-height: 32px;
|
10707
10673
|
}
|
10708
10674
|
|
10709
10675
|
.tb\:min-h-\[245px\]{
|
10710
10676
|
min-height: 245px;
|
10711
10677
|
}
|
10712
10678
|
|
10679
|
+
.tb\:min-h-\[32px\]{
|
10680
|
+
min-height: 32px;
|
10681
|
+
}
|
10682
|
+
|
10713
10683
|
.tb\:w-1\/2{
|
10714
10684
|
width: 50%;
|
10715
10685
|
}
|
10716
10686
|
|
10687
|
+
.tb\:w-8{
|
10688
|
+
width: 2rem;
|
10689
|
+
}
|
10690
|
+
|
10717
10691
|
.tb\:w-\[580px\]{
|
10718
10692
|
width: 580px;
|
10719
10693
|
}
|
@@ -10732,8 +10706,12 @@ select{
|
|
10732
10706
|
width: 100%;
|
10733
10707
|
}
|
10734
10708
|
|
10735
|
-
.tb\:w-
|
10736
|
-
width:
|
10709
|
+
.tb\:w-5{
|
10710
|
+
width: 1.25rem;
|
10711
|
+
}
|
10712
|
+
|
10713
|
+
.tb\:w-6{
|
10714
|
+
width: 1.5rem;
|
10737
10715
|
}
|
10738
10716
|
|
10739
10717
|
.tb\:min-w-\[150px\]{
|
@@ -10760,6 +10738,10 @@ select{
|
|
10760
10738
|
min-width: 500px;
|
10761
10739
|
}
|
10762
10740
|
|
10741
|
+
.tb\:min-w-\[32px\]{
|
10742
|
+
min-width: 32px;
|
10743
|
+
}
|
10744
|
+
|
10763
10745
|
.tb\:max-w-\[17rem\]{
|
10764
10746
|
max-width: 17rem;
|
10765
10747
|
}
|
@@ -10784,10 +10766,6 @@ select{
|
|
10784
10766
|
max-width: 393px;
|
10785
10767
|
}
|
10786
10768
|
|
10787
|
-
.tb\:max-w-\[400px\]{
|
10788
|
-
max-width: 400px;
|
10789
|
-
}
|
10790
|
-
|
10791
10769
|
.tb\:max-w-\[480px\]{
|
10792
10770
|
max-width: 480px;
|
10793
10771
|
}
|
@@ -10804,6 +10782,10 @@ select{
|
|
10804
10782
|
max-width: 763px;
|
10805
10783
|
}
|
10806
10784
|
|
10785
|
+
.tb\:max-w-\[32px\]{
|
10786
|
+
max-width: 32px;
|
10787
|
+
}
|
10788
|
+
|
10807
10789
|
.tb\:-translate-y-1\/2{
|
10808
10790
|
--tw-translate-y: -50%;
|
10809
10791
|
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
@@ -11008,6 +10990,16 @@ select{
|
|
11008
10990
|
padding-bottom: 3.5rem;
|
11009
10991
|
}
|
11010
10992
|
|
10993
|
+
.tb\:px-2{
|
10994
|
+
padding-left: 0.5rem;
|
10995
|
+
padding-right: 0.5rem;
|
10996
|
+
}
|
10997
|
+
|
10998
|
+
.tb\:py-2{
|
10999
|
+
padding-top: 0.5rem;
|
11000
|
+
padding-bottom: 0.5rem;
|
11001
|
+
}
|
11002
|
+
|
11011
11003
|
.tb\:pb-0{
|
11012
11004
|
padding-bottom: 0px;
|
11013
11005
|
}
|
@@ -11523,10 +11515,6 @@ select{
|
|
11523
11515
|
justify-content: flex-start;
|
11524
11516
|
}
|
11525
11517
|
|
11526
|
-
.tb-m\:gap-10{
|
11527
|
-
gap: 2.5rem;
|
11528
|
-
}
|
11529
|
-
|
11530
11518
|
.tb-m\:gap-16{
|
11531
11519
|
gap: 4rem;
|
11532
11520
|
}
|
@@ -11646,14 +11634,14 @@ select{
|
|
11646
11634
|
min-width: 400px;
|
11647
11635
|
}
|
11648
11636
|
|
11649
|
-
.tb-l\:min-w-\[700px\]{
|
11650
|
-
min-width: 700px;
|
11651
|
-
}
|
11652
|
-
|
11653
11637
|
.tb-l\:min-w-\[550px\]{
|
11654
11638
|
min-width: 550px;
|
11655
11639
|
}
|
11656
11640
|
|
11641
|
+
.tb-l\:min-w-\[700px\]{
|
11642
|
+
min-width: 700px;
|
11643
|
+
}
|
11644
|
+
|
11657
11645
|
.tb-l\:max-w-\[1240px\]{
|
11658
11646
|
max-width: 1240px;
|
11659
11647
|
}
|
@@ -11662,14 +11650,6 @@ select{
|
|
11662
11650
|
max-width: 250px;
|
11663
11651
|
}
|
11664
11652
|
|
11665
|
-
.tb-l\:max-w-\[658px\]{
|
11666
|
-
max-width: 658px;
|
11667
|
-
}
|
11668
|
-
|
11669
|
-
.tb-l\:max-w-\[522px\]{
|
11670
|
-
max-width: 522px;
|
11671
|
-
}
|
11672
|
-
|
11673
11653
|
.tb-l\:max-w-\[547px\]{
|
11674
11654
|
max-width: 547px;
|
11675
11655
|
}
|
@@ -11678,6 +11658,10 @@ select{
|
|
11678
11658
|
max-width: 600px;
|
11679
11659
|
}
|
11680
11660
|
|
11661
|
+
.tb-l\:max-w-\[658px\]{
|
11662
|
+
max-width: 658px;
|
11663
|
+
}
|
11664
|
+
|
11681
11665
|
.tb-l\:grid-cols-2{
|
11682
11666
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
11683
11667
|
}
|
@@ -11714,6 +11698,10 @@ select{
|
|
11714
11698
|
gap: 0px;
|
11715
11699
|
}
|
11716
11700
|
|
11701
|
+
.tb-l\:gap-10{
|
11702
|
+
gap: 2.5rem;
|
11703
|
+
}
|
11704
|
+
|
11717
11705
|
.tb-l\:gap-2{
|
11718
11706
|
gap: 0.5rem;
|
11719
11707
|
}
|
@@ -11726,14 +11714,6 @@ select{
|
|
11726
11714
|
gap: 9rem;
|
11727
11715
|
}
|
11728
11716
|
|
11729
|
-
.tb-l\:gap-32{
|
11730
|
-
gap: 8rem;
|
11731
|
-
}
|
11732
|
-
|
11733
|
-
.tb-l\:gap-10{
|
11734
|
-
gap: 2.5rem;
|
11735
|
-
}
|
11736
|
-
|
11737
11717
|
.tb-l\:space-x-6 > :not([hidden]) ~ :not([hidden]){
|
11738
11718
|
--tw-space-x-reverse: 0;
|
11739
11719
|
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
|
@@ -11807,28 +11787,32 @@ select{
|
|
11807
11787
|
padding: 3rem;
|
11808
11788
|
}
|
11809
11789
|
|
11790
|
+
.tb-l\:px-0{
|
11791
|
+
padding-left: 0px;
|
11792
|
+
padding-right: 0px;
|
11793
|
+
}
|
11794
|
+
|
11810
11795
|
.tb-l\:px-8{
|
11811
11796
|
padding-left: 2rem;
|
11812
11797
|
padding-right: 2rem;
|
11813
11798
|
}
|
11814
11799
|
|
11800
|
+
.tb-l\:py-0{
|
11801
|
+
padding-top: 0px;
|
11802
|
+
padding-bottom: 0px;
|
11803
|
+
}
|
11804
|
+
|
11815
11805
|
.tb-l\:py-12{
|
11816
11806
|
padding-top: 3rem;
|
11817
11807
|
padding-bottom: 3rem;
|
11818
11808
|
}
|
11819
11809
|
|
11820
|
-
.tb-l\:
|
11821
|
-
padding-left: 0px;
|
11822
|
-
padding-right: 0px;
|
11823
|
-
}
|
11824
|
-
|
11825
|
-
.tb-l\:py-0{
|
11826
|
-
padding-top: 0px;
|
11810
|
+
.tb-l\:pb-0{
|
11827
11811
|
padding-bottom: 0px;
|
11828
11812
|
}
|
11829
11813
|
|
11830
|
-
.tb-l\:pb-
|
11831
|
-
padding-bottom:
|
11814
|
+
.tb-l\:pb-14{
|
11815
|
+
padding-bottom: 3.5rem;
|
11832
11816
|
}
|
11833
11817
|
|
11834
11818
|
.tb-l\:pb-16{
|
@@ -11839,6 +11823,10 @@ select{
|
|
11839
11823
|
padding-bottom: 1.5rem;
|
11840
11824
|
}
|
11841
11825
|
|
11826
|
+
.tb-l\:pl-20{
|
11827
|
+
padding-left: 5rem;
|
11828
|
+
}
|
11829
|
+
|
11842
11830
|
.tb-l\:pl-8{
|
11843
11831
|
padding-left: 2rem;
|
11844
11832
|
}
|
@@ -11847,14 +11835,6 @@ select{
|
|
11847
11835
|
padding-top: 0px;
|
11848
11836
|
}
|
11849
11837
|
|
11850
|
-
.tb-l\:pb-14{
|
11851
|
-
padding-bottom: 3.5rem;
|
11852
|
-
}
|
11853
|
-
|
11854
|
-
.tb-l\:pl-20{
|
11855
|
-
padding-left: 5rem;
|
11856
|
-
}
|
11857
|
-
|
11858
11838
|
.tb-l\:pt-20{
|
11859
11839
|
padding-top: 5rem;
|
11860
11840
|
}
|
@@ -11916,30 +11896,14 @@ select{
|
|
11916
11896
|
margin-top: 68px;
|
11917
11897
|
}
|
11918
11898
|
|
11919
|
-
.db-s\:block{
|
11920
|
-
display: block;
|
11921
|
-
}
|
11922
|
-
|
11923
11899
|
.db-s\:flex{
|
11924
11900
|
display: flex;
|
11925
11901
|
}
|
11926
11902
|
|
11927
|
-
.db-s\:grid{
|
11928
|
-
display: grid;
|
11929
|
-
}
|
11930
|
-
|
11931
|
-
.db-s\:hidden{
|
11932
|
-
display: none;
|
11933
|
-
}
|
11934
|
-
|
11935
11903
|
.db-s\:w-full{
|
11936
11904
|
width: 100%;
|
11937
11905
|
}
|
11938
11906
|
|
11939
|
-
.db-s\:min-w-\[550px\]{
|
11940
|
-
min-width: 550px;
|
11941
|
-
}
|
11942
|
-
|
11943
11907
|
.db-s\:min-w-fit{
|
11944
11908
|
min-width: -webkit-fit-content;
|
11945
11909
|
min-width: -moz-fit-content;
|
@@ -11950,10 +11914,6 @@ select{
|
|
11950
11914
|
max-width: 490px;
|
11951
11915
|
}
|
11952
11916
|
|
11953
|
-
.db-s\:max-w-\[522px\]{
|
11954
|
-
max-width: 522px;
|
11955
|
-
}
|
11956
|
-
|
11957
11917
|
.db-s\:max-w-\[524px\]{
|
11958
11918
|
max-width: 524px;
|
11959
11919
|
}
|
@@ -11962,10 +11922,6 @@ select{
|
|
11962
11922
|
max-width: 540px;
|
11963
11923
|
}
|
11964
11924
|
|
11965
|
-
.db-s\:max-w-\[547px\]{
|
11966
|
-
max-width: 547px;
|
11967
|
-
}
|
11968
|
-
|
11969
11925
|
.db-s\:max-w-\[717px\]{
|
11970
11926
|
max-width: 717px;
|
11971
11927
|
}
|
@@ -11978,10 +11934,6 @@ select{
|
|
11978
11934
|
align-items: center;
|
11979
11935
|
}
|
11980
11936
|
|
11981
|
-
.db-s\:justify-end{
|
11982
|
-
justify-content: flex-end;
|
11983
|
-
}
|
11984
|
-
|
11985
11937
|
.db-s\:justify-between{
|
11986
11938
|
justify-content: space-between;
|
11987
11939
|
}
|
@@ -11999,18 +11951,10 @@ select{
|
|
11999
11951
|
align-self: flex-start;
|
12000
11952
|
}
|
12001
11953
|
|
12002
|
-
.db-s\:rounded-none{
|
12003
|
-
border-radius: 0px;
|
12004
|
-
}
|
12005
|
-
|
12006
11954
|
.db-s\:rounded-br-3xl{
|
12007
11955
|
border-bottom-right-radius: 1.5rem;
|
12008
11956
|
}
|
12009
11957
|
|
12010
|
-
.db-s\:rounded-tl-3xl{
|
12011
|
-
border-top-left-radius: 1.5rem;
|
12012
|
-
}
|
12013
|
-
|
12014
11958
|
.db-s\:p-20{
|
12015
11959
|
padding: 5rem;
|
12016
11960
|
}
|
@@ -12020,35 +11964,14 @@ select{
|
|
12020
11964
|
padding-right: 0px;
|
12021
11965
|
}
|
12022
11966
|
|
12023
|
-
.db-s\:py-0{
|
12024
|
-
padding-top: 0px;
|
12025
|
-
padding-bottom: 0px;
|
12026
|
-
}
|
12027
|
-
|
12028
11967
|
.db-s\:pb-0{
|
12029
11968
|
padding-bottom: 0px;
|
12030
11969
|
}
|
12031
11970
|
|
12032
|
-
.db-s\:pb-\[74px\]{
|
12033
|
-
padding-bottom: 74px;
|
12034
|
-
}
|
12035
|
-
|
12036
|
-
.db-s\:pl-20{
|
12037
|
-
padding-left: 5rem;
|
12038
|
-
}
|
12039
|
-
|
12040
11971
|
.db-s\:pt-0{
|
12041
11972
|
padding-top: 0px;
|
12042
11973
|
}
|
12043
11974
|
|
12044
|
-
.db-s\:pt-20{
|
12045
|
-
padding-top: 5rem;
|
12046
|
-
}
|
12047
|
-
|
12048
|
-
.db-s\:pb-14{
|
12049
|
-
padding-bottom: 3.5rem;
|
12050
|
-
}
|
12051
|
-
|
12052
11975
|
.db-s\:shadow-lg{
|
12053
11976
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
12054
11977
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
@@ -12167,10 +12090,6 @@ select{
|
|
12167
12090
|
gap: 0px;
|
12168
12091
|
}
|
12169
12092
|
|
12170
|
-
.db\:gap-2{
|
12171
|
-
gap: 0.5rem;
|
12172
|
-
}
|
12173
|
-
|
12174
12093
|
.db\:gap-24{
|
12175
12094
|
gap: 6rem;
|
12176
12095
|
}
|
@@ -12179,6 +12098,10 @@ select{
|
|
12179
12098
|
gap: 7rem;
|
12180
12099
|
}
|
12181
12100
|
|
12101
|
+
.db\:gap-32{
|
12102
|
+
gap: 8rem;
|
12103
|
+
}
|
12104
|
+
|
12182
12105
|
.db\:gap-36{
|
12183
12106
|
gap: 9rem;
|
12184
12107
|
}
|
@@ -12191,10 +12114,6 @@ select{
|
|
12191
12114
|
gap: 132px;
|
12192
12115
|
}
|
12193
12116
|
|
12194
|
-
.db\:gap-32{
|
12195
|
-
gap: 8rem;
|
12196
|
-
}
|
12197
|
-
|
12198
12117
|
.db\:gap-x-10{
|
12199
12118
|
-webkit-column-gap: 2.5rem;
|
12200
12119
|
column-gap: 2.5rem;
|