hds-web 1.3.0 → 1.3.2
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 +6 -6
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/HDS/components/Avatars/hasConAv.js +6 -7
- package/src/HDS/components/BadgesCaption/badges.js +6 -3
- package/src/HDS/components/Cards/Misc/index.js +1 -0
- package/src/HDS/components/Cards/Misc/talkCard.js +2 -4
- package/src/HDS/components/Cards/Misc/talkcard2.js +112 -0
- package/src/HDS/components/Carousels/carouselCard.js +20 -75
- package/src/styles/tailwind.css +183 -107
- package/tailwind.config.js +0 -1
package/src/styles/tailwind.css
CHANGED
@@ -1221,10 +1221,6 @@ select {
|
|
1221
1221
|
margin-top: 3rem;
|
1222
1222
|
}
|
1223
1223
|
|
1224
|
-
.mt-14 {
|
1225
|
-
margin-top: 3.5rem;
|
1226
|
-
}
|
1227
|
-
|
1228
1224
|
.mt-16 {
|
1229
1225
|
margin-top: 4rem;
|
1230
1226
|
}
|
@@ -1265,6 +1261,10 @@ select {
|
|
1265
1261
|
margin-top: 2.25rem;
|
1266
1262
|
}
|
1267
1263
|
|
1264
|
+
.ml-6 {
|
1265
|
+
margin-left: 1.5rem;
|
1266
|
+
}
|
1267
|
+
|
1268
1268
|
.line-clamp-3 {
|
1269
1269
|
overflow: hidden;
|
1270
1270
|
display: -webkit-box;
|
@@ -1412,6 +1412,10 @@ select {
|
|
1412
1412
|
max-height: 100%;
|
1413
1413
|
}
|
1414
1414
|
|
1415
|
+
.min-h-\[96px\] {
|
1416
|
+
min-height: 96px;
|
1417
|
+
}
|
1418
|
+
|
1415
1419
|
.w-1\/2 {
|
1416
1420
|
width: 50%;
|
1417
1421
|
}
|
@@ -1538,8 +1542,24 @@ select {
|
|
1538
1542
|
width: 100vw;
|
1539
1543
|
}
|
1540
1544
|
|
1541
|
-
.w
|
1542
|
-
width:
|
1545
|
+
.w-\[520px\] {
|
1546
|
+
width: 520px;
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
.w-\[62\%\] {
|
1550
|
+
width: 62%;
|
1551
|
+
}
|
1552
|
+
|
1553
|
+
.w-\[18\%\] {
|
1554
|
+
width: 18%;
|
1555
|
+
}
|
1556
|
+
|
1557
|
+
.w-\[82\%\] {
|
1558
|
+
width: 82%;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
.w-\[434px\] {
|
1562
|
+
width: 434px;
|
1543
1563
|
}
|
1544
1564
|
|
1545
1565
|
.min-w-\[11\.5rem\] {
|
@@ -1564,6 +1584,10 @@ select {
|
|
1564
1584
|
min-width: 100%;
|
1565
1585
|
}
|
1566
1586
|
|
1587
|
+
.min-w-\[100px\] {
|
1588
|
+
min-width: 100px;
|
1589
|
+
}
|
1590
|
+
|
1567
1591
|
.max-w-2xl {
|
1568
1592
|
max-width: 42rem;
|
1569
1593
|
}
|
@@ -1622,6 +1646,14 @@ select {
|
|
1622
1646
|
max-width: min-content;
|
1623
1647
|
}
|
1624
1648
|
|
1649
|
+
.max-w-\[430px\] {
|
1650
|
+
max-width: 430px;
|
1651
|
+
}
|
1652
|
+
|
1653
|
+
.max-w-\[520px\] {
|
1654
|
+
max-width: 520px;
|
1655
|
+
}
|
1656
|
+
|
1625
1657
|
.flex-1 {
|
1626
1658
|
flex: 1 1 0%;
|
1627
1659
|
}
|
@@ -1751,6 +1783,10 @@ select {
|
|
1751
1783
|
cursor: pointer;
|
1752
1784
|
}
|
1753
1785
|
|
1786
|
+
.cursor-default {
|
1787
|
+
cursor: default;
|
1788
|
+
}
|
1789
|
+
|
1754
1790
|
.select-none {
|
1755
1791
|
-webkit-user-select: none;
|
1756
1792
|
user-select: none;
|
@@ -1900,6 +1936,10 @@ select {
|
|
1900
1936
|
gap: 25rem;
|
1901
1937
|
}
|
1902
1938
|
|
1939
|
+
.gap-8 {
|
1940
|
+
gap: 2rem;
|
1941
|
+
}
|
1942
|
+
|
1903
1943
|
.gap-x-1 {
|
1904
1944
|
-webkit-column-gap: 0.25rem;
|
1905
1945
|
column-gap: 0.25rem;
|
@@ -2011,6 +2051,12 @@ select {
|
|
2011
2051
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
2012
2052
|
}
|
2013
2053
|
|
2054
|
+
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
|
2055
|
+
--tw-divide-y-reverse: 0;
|
2056
|
+
border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
|
2057
|
+
border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
|
2058
|
+
}
|
2059
|
+
|
2014
2060
|
.divide-blue-600\/10 > :not([hidden]) ~ :not([hidden]) {
|
2015
2061
|
border-color: rgb(30 86 227 / 0.1);
|
2016
2062
|
}
|
@@ -2038,6 +2084,10 @@ select {
|
|
2038
2084
|
align-self: flex-end;
|
2039
2085
|
}
|
2040
2086
|
|
2087
|
+
.self-center {
|
2088
|
+
align-self: center;
|
2089
|
+
}
|
2090
|
+
|
2041
2091
|
.overflow-auto {
|
2042
2092
|
overflow: auto;
|
2043
2093
|
}
|
@@ -2050,14 +2100,6 @@ select {
|
|
2050
2100
|
overflow: visible;
|
2051
2101
|
}
|
2052
2102
|
|
2053
|
-
.overflow-scroll {
|
2054
|
-
overflow: scroll;
|
2055
|
-
}
|
2056
|
-
|
2057
|
-
.overflow-x-auto {
|
2058
|
-
overflow-x: auto;
|
2059
|
-
}
|
2060
|
-
|
2061
2103
|
.overflow-y-auto {
|
2062
2104
|
overflow-y: auto;
|
2063
2105
|
}
|
@@ -2130,11 +2172,6 @@ select {
|
|
2130
2172
|
border-radius: 0.75rem;
|
2131
2173
|
}
|
2132
2174
|
|
2133
|
-
.rounded-b-2xl {
|
2134
|
-
border-bottom-right-radius: 1rem;
|
2135
|
-
border-bottom-left-radius: 1rem;
|
2136
|
-
}
|
2137
|
-
|
2138
2175
|
.rounded-b-3xl {
|
2139
2176
|
border-bottom-right-radius: 1.5rem;
|
2140
2177
|
border-bottom-left-radius: 1.5rem;
|
@@ -2227,6 +2264,10 @@ select {
|
|
2227
2264
|
border-top-width: 1px;
|
2228
2265
|
}
|
2229
2266
|
|
2267
|
+
.border-r-2 {
|
2268
|
+
border-right-width: 2px;
|
2269
|
+
}
|
2270
|
+
|
2230
2271
|
.border-solid {
|
2231
2272
|
border-style: solid;
|
2232
2273
|
}
|
@@ -5337,6 +5378,11 @@ select {
|
|
5337
5378
|
padding-bottom: 1.625rem;
|
5338
5379
|
}
|
5339
5380
|
|
5381
|
+
.py-\[30px\] {
|
5382
|
+
padding-top: 30px;
|
5383
|
+
padding-bottom: 30px;
|
5384
|
+
}
|
5385
|
+
|
5340
5386
|
.pb-10 {
|
5341
5387
|
padding-bottom: 2.5rem;
|
5342
5388
|
}
|
@@ -5457,12 +5503,28 @@ select {
|
|
5457
5503
|
padding-top: 1rem;
|
5458
5504
|
}
|
5459
5505
|
|
5506
|
+
.pt-5 {
|
5507
|
+
padding-top: 1.25rem;
|
5508
|
+
}
|
5509
|
+
|
5460
5510
|
.pt-6 {
|
5461
5511
|
padding-top: 1.5rem;
|
5462
5512
|
}
|
5463
5513
|
|
5464
|
-
.pt-
|
5465
|
-
padding-top:
|
5514
|
+
.pt-12 {
|
5515
|
+
padding-top: 3rem;
|
5516
|
+
}
|
5517
|
+
|
5518
|
+
.pb-9 {
|
5519
|
+
padding-bottom: 2.25rem;
|
5520
|
+
}
|
5521
|
+
|
5522
|
+
.pl-8 {
|
5523
|
+
padding-left: 2rem;
|
5524
|
+
}
|
5525
|
+
|
5526
|
+
.pb-12 {
|
5527
|
+
padding-bottom: 3rem;
|
5466
5528
|
}
|
5467
5529
|
|
5468
5530
|
.text-left {
|
@@ -5736,6 +5798,13 @@ select {
|
|
5736
5798
|
font-weight: 700;
|
5737
5799
|
}
|
5738
5800
|
|
5801
|
+
.text-hds-m-h7 {
|
5802
|
+
font-size: 0.75rem;
|
5803
|
+
line-height: 1.25rem;
|
5804
|
+
letter-spacing: 0.08em;
|
5805
|
+
font-weight: 700;
|
5806
|
+
}
|
5807
|
+
|
5739
5808
|
.text-hds-m-quote {
|
5740
5809
|
font-size: 1.125rem;
|
5741
5810
|
line-height: 1.75rem;
|
@@ -5772,13 +5841,6 @@ select {
|
|
5772
5841
|
line-height: 1rem;
|
5773
5842
|
}
|
5774
5843
|
|
5775
|
-
.text-hds-m-h7 {
|
5776
|
-
font-size: 0.75rem;
|
5777
|
-
line-height: 1.25rem;
|
5778
|
-
letter-spacing: 0.08em;
|
5779
|
-
font-weight: 700;
|
5780
|
-
}
|
5781
|
-
|
5782
5844
|
.font-medium {
|
5783
5845
|
font-weight: 500;
|
5784
5846
|
}
|
@@ -6445,14 +6507,6 @@ select {
|
|
6445
6507
|
transition-duration: 150ms;
|
6446
6508
|
}
|
6447
6509
|
|
6448
|
-
.delay-100 {
|
6449
|
-
transition-delay: 100ms;
|
6450
|
-
}
|
6451
|
-
|
6452
|
-
.delay-200 {
|
6453
|
-
transition-delay: 200ms;
|
6454
|
-
}
|
6455
|
-
|
6456
6510
|
.delay-300 {
|
6457
6511
|
transition-delay: 300ms;
|
6458
6512
|
}
|
@@ -6485,10 +6539,6 @@ select {
|
|
6485
6539
|
transition-duration: 700ms;
|
6486
6540
|
}
|
6487
6541
|
|
6488
|
-
.duration-1000 {
|
6489
|
-
transition-duration: 1000ms;
|
6490
|
-
}
|
6491
|
-
|
6492
6542
|
.ease-in {
|
6493
6543
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
6494
6544
|
}
|
@@ -7625,6 +7675,11 @@ select {
|
|
7625
7675
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
7626
7676
|
}
|
7627
7677
|
|
7678
|
+
.hover\:bg-neutral-0:hover {
|
7679
|
+
--tw-bg-opacity: 1;
|
7680
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
7681
|
+
}
|
7682
|
+
|
7628
7683
|
.hover\:text-blue-600:hover {
|
7629
7684
|
--tw-text-opacity: 1;
|
7630
7685
|
color: rgb(30 86 227 / var(--tw-text-opacity));
|
@@ -8069,10 +8124,6 @@ select {
|
|
8069
8124
|
margin-top: -4px;
|
8070
8125
|
}
|
8071
8126
|
|
8072
|
-
.tb\:mt-14 {
|
8073
|
-
margin-top: 3.5rem;
|
8074
|
-
}
|
8075
|
-
|
8076
8127
|
.tb\:block {
|
8077
8128
|
display: block;
|
8078
8129
|
}
|
@@ -8151,6 +8202,10 @@ select {
|
|
8151
8202
|
max-width: 530px;
|
8152
8203
|
}
|
8153
8204
|
|
8205
|
+
.tb\:max-w-\[289px\] {
|
8206
|
+
max-width: 289px;
|
8207
|
+
}
|
8208
|
+
|
8154
8209
|
.tb\:grid-cols-2 {
|
8155
8210
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
8156
8211
|
}
|
@@ -8200,14 +8255,6 @@ select {
|
|
8200
8255
|
column-gap: 4rem;
|
8201
8256
|
}
|
8202
8257
|
|
8203
|
-
.tb\:rounded-2xl {
|
8204
|
-
border-radius: 1rem;
|
8205
|
-
}
|
8206
|
-
|
8207
|
-
.tb\:rounded-3xl {
|
8208
|
-
border-radius: 1.5rem;
|
8209
|
-
}
|
8210
|
-
|
8211
8258
|
.tb\:rounded {
|
8212
8259
|
border-radius: 0.25rem;
|
8213
8260
|
}
|
@@ -8238,8 +8285,13 @@ select {
|
|
8238
8285
|
padding: 4rem;
|
8239
8286
|
}
|
8240
8287
|
|
8241
|
-
.tb\:p-
|
8242
|
-
padding:
|
8288
|
+
.tb\:p-0 {
|
8289
|
+
padding: 0px;
|
8290
|
+
}
|
8291
|
+
|
8292
|
+
.tb\:px-3 {
|
8293
|
+
padding-left: 0.75rem;
|
8294
|
+
padding-right: 0.75rem;
|
8243
8295
|
}
|
8244
8296
|
|
8245
8297
|
.tb\:px-4 {
|
@@ -8252,11 +8304,6 @@ select {
|
|
8252
8304
|
padding-right: 2rem;
|
8253
8305
|
}
|
8254
8306
|
|
8255
|
-
.tb\:px-3 {
|
8256
|
-
padding-left: 0.75rem;
|
8257
|
-
padding-right: 0.75rem;
|
8258
|
-
}
|
8259
|
-
|
8260
8307
|
.tb\:pb-14 {
|
8261
8308
|
padding-bottom: 3.5rem;
|
8262
8309
|
}
|
@@ -8269,6 +8316,10 @@ select {
|
|
8269
8316
|
padding-right: 0px;
|
8270
8317
|
}
|
8271
8318
|
|
8319
|
+
.tb\:pt-10 {
|
8320
|
+
padding-top: 2.5rem;
|
8321
|
+
}
|
8322
|
+
|
8272
8323
|
.tb\:pt-8 {
|
8273
8324
|
padding-top: 2rem;
|
8274
8325
|
}
|
@@ -8277,14 +8328,6 @@ select {
|
|
8277
8328
|
padding-top: 2.875rem;
|
8278
8329
|
}
|
8279
8330
|
|
8280
|
-
.tb\:pt-14 {
|
8281
|
-
padding-top: 3.5rem;
|
8282
|
-
}
|
8283
|
-
|
8284
|
-
.tb\:pt-10 {
|
8285
|
-
padding-top: 2.5rem;
|
8286
|
-
}
|
8287
|
-
|
8288
8331
|
.tb\:text-left {
|
8289
8332
|
text-align: left;
|
8290
8333
|
}
|
@@ -8517,6 +8560,13 @@ select {
|
|
8517
8560
|
font-weight: 700;
|
8518
8561
|
}
|
8519
8562
|
|
8563
|
+
.tb\:text-hds-t-h7 {
|
8564
|
+
font-size: 0.75rem;
|
8565
|
+
line-height: 1.25rem;
|
8566
|
+
letter-spacing: 0.08em;
|
8567
|
+
font-weight: 700;
|
8568
|
+
}
|
8569
|
+
|
8520
8570
|
.tb\:text-hds-t-quote {
|
8521
8571
|
font-size: 1.125rem;
|
8522
8572
|
line-height: 1.75rem;
|
@@ -8537,13 +8587,6 @@ select {
|
|
8537
8587
|
letter-spacing: -0.01em;
|
8538
8588
|
font-weight: 400;
|
8539
8589
|
}
|
8540
|
-
|
8541
|
-
.tb\:text-hds-t-h7 {
|
8542
|
-
font-size: 0.75rem;
|
8543
|
-
line-height: 1.25rem;
|
8544
|
-
letter-spacing: 0.08em;
|
8545
|
-
font-weight: 700;
|
8546
|
-
}
|
8547
8590
|
}
|
8548
8591
|
|
8549
8592
|
@media (min-width: 640px) {
|
@@ -8696,6 +8739,10 @@ select {
|
|
8696
8739
|
width: 100%;
|
8697
8740
|
}
|
8698
8741
|
|
8742
|
+
.tb-l\:w-\[520px\] {
|
8743
|
+
width: 520px;
|
8744
|
+
}
|
8745
|
+
|
8699
8746
|
.tb-l\:min-w-\[400px\] {
|
8700
8747
|
min-width: 400px;
|
8701
8748
|
}
|
@@ -8746,6 +8793,39 @@ select {
|
|
8746
8793
|
align-self: center;
|
8747
8794
|
}
|
8748
8795
|
|
8796
|
+
.tb-l\:rounded-b-3xl {
|
8797
|
+
border-bottom-right-radius: 1.5rem;
|
8798
|
+
border-bottom-left-radius: 1.5rem;
|
8799
|
+
}
|
8800
|
+
|
8801
|
+
.tb-l\:rounded-r-2xl {
|
8802
|
+
border-top-right-radius: 1rem;
|
8803
|
+
border-bottom-right-radius: 1rem;
|
8804
|
+
}
|
8805
|
+
|
8806
|
+
.tb-l\:border-l {
|
8807
|
+
border-left-width: 1px;
|
8808
|
+
}
|
8809
|
+
|
8810
|
+
.tb-l\:border-r {
|
8811
|
+
border-right-width: 1px;
|
8812
|
+
}
|
8813
|
+
|
8814
|
+
.tb-l\:border-neutral-200 {
|
8815
|
+
--tw-border-opacity: 1;
|
8816
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
8817
|
+
}
|
8818
|
+
|
8819
|
+
.tb-l\:border-l-neutral-200 {
|
8820
|
+
--tw-border-opacity: 1;
|
8821
|
+
border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
|
8822
|
+
}
|
8823
|
+
|
8824
|
+
.tb-l\:border-r-neutral-200 {
|
8825
|
+
--tw-border-opacity: 1;
|
8826
|
+
border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
|
8827
|
+
}
|
8828
|
+
|
8749
8829
|
.tb-l\:bg-gradient-to-r {
|
8750
8830
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
8751
8831
|
}
|
@@ -8763,6 +8843,22 @@ select {
|
|
8763
8843
|
padding-left: 2rem;
|
8764
8844
|
}
|
8765
8845
|
|
8846
|
+
.tb-l\:pt-12 {
|
8847
|
+
padding-top: 3rem;
|
8848
|
+
}
|
8849
|
+
|
8850
|
+
.tb-l\:pb-9 {
|
8851
|
+
padding-bottom: 2.25rem;
|
8852
|
+
}
|
8853
|
+
|
8854
|
+
.tb-l\:pl-32 {
|
8855
|
+
padding-left: 8rem;
|
8856
|
+
}
|
8857
|
+
|
8858
|
+
.tb-l\:pb-12 {
|
8859
|
+
padding-bottom: 3rem;
|
8860
|
+
}
|
8861
|
+
|
8766
8862
|
.tb-l\:text-left {
|
8767
8863
|
text-align: left;
|
8768
8864
|
}
|
@@ -8825,14 +8921,6 @@ select {
|
|
8825
8921
|
margin-left: 0px;
|
8826
8922
|
}
|
8827
8923
|
|
8828
|
-
.db\:mt-16 {
|
8829
|
-
margin-top: 4rem;
|
8830
|
-
}
|
8831
|
-
|
8832
|
-
.db\:mt-24 {
|
8833
|
-
margin-top: 6rem;
|
8834
|
-
}
|
8835
|
-
|
8836
8924
|
.db\:inline {
|
8837
8925
|
display: inline;
|
8838
8926
|
}
|
@@ -8841,10 +8929,6 @@ select {
|
|
8841
8929
|
display: flex;
|
8842
8930
|
}
|
8843
8931
|
|
8844
|
-
.db\:max-h-\[374px\] {
|
8845
|
-
max-height: 374px;
|
8846
|
-
}
|
8847
|
-
|
8848
8932
|
.db\:w-1\/2 {
|
8849
8933
|
width: 50%;
|
8850
8934
|
}
|
@@ -8871,6 +8955,10 @@ select {
|
|
8871
8955
|
width: 100%;
|
8872
8956
|
}
|
8873
8957
|
|
8958
|
+
.db\:w-\[520px\] {
|
8959
|
+
width: 520px;
|
8960
|
+
}
|
8961
|
+
|
8874
8962
|
.db\:min-w-\[625px\] {
|
8875
8963
|
min-width: 625px;
|
8876
8964
|
}
|
@@ -8891,10 +8979,6 @@ select {
|
|
8891
8979
|
max-width: 625px;
|
8892
8980
|
}
|
8893
8981
|
|
8894
|
-
.db\:max-w-\[353px\] {
|
8895
|
-
max-width: 353px;
|
8896
|
-
}
|
8897
|
-
|
8898
8982
|
.db\:grid-cols-4 {
|
8899
8983
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
8900
8984
|
}
|
@@ -8903,14 +8987,6 @@ select {
|
|
8903
8987
|
justify-content: flex-start;
|
8904
8988
|
}
|
8905
8989
|
|
8906
|
-
.db\:justify-center {
|
8907
|
-
justify-content: center;
|
8908
|
-
}
|
8909
|
-
|
8910
|
-
.db\:justify-between {
|
8911
|
-
justify-content: space-between;
|
8912
|
-
}
|
8913
|
-
|
8914
8990
|
.db\:gap-0 {
|
8915
8991
|
gap: 0px;
|
8916
8992
|
}
|
@@ -8989,8 +9065,8 @@ select {
|
|
8989
9065
|
padding-top: 8rem;
|
8990
9066
|
}
|
8991
9067
|
|
8992
|
-
.db\:pt-
|
8993
|
-
padding-top:
|
9068
|
+
.db\:pt-0 {
|
9069
|
+
padding-top: 0px;
|
8994
9070
|
}
|
8995
9071
|
|
8996
9072
|
.db\:text-left {
|
@@ -9221,6 +9297,13 @@ select {
|
|
9221
9297
|
font-weight: 700;
|
9222
9298
|
}
|
9223
9299
|
|
9300
|
+
.db\:text-hds-d-h7 {
|
9301
|
+
font-size: 0.75;
|
9302
|
+
line-height: 1.25;
|
9303
|
+
letter-spacing: 0.08em;
|
9304
|
+
font-weight: 700;
|
9305
|
+
}
|
9306
|
+
|
9224
9307
|
.db\:text-hds-d-quote {
|
9225
9308
|
font-size: 1.5rem;
|
9226
9309
|
line-height: 2.25rem;
|
@@ -9241,13 +9324,6 @@ select {
|
|
9241
9324
|
letter-spacing: -0.01em;
|
9242
9325
|
font-weight: 400;
|
9243
9326
|
}
|
9244
|
-
|
9245
|
-
.db\:text-hds-d-h7 {
|
9246
|
-
font-size: 0.75;
|
9247
|
-
line-height: 1.25;
|
9248
|
-
letter-spacing: 0.08em;
|
9249
|
-
font-weight: 700;
|
9250
|
-
}
|
9251
9327
|
}
|
9252
9328
|
|
9253
9329
|
@media (min-width: 1880px) {
|