@pelcro/react-pelcro-js 4.0.0-alpha.3 → 4.0.0-alpha.30
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.cjs.js +16586 -11925
- package/dist/index.esm.js +16575 -11922
- package/dist/pelcro.css +370 -389
- package/package.json +6 -3
package/dist/pelcro.css
CHANGED
|
@@ -548,7 +548,7 @@ Add the correct display in Chrome and Safari.
|
|
|
548
548
|
background-size: 1.5em 1.5em;
|
|
549
549
|
padding-right: 2.5rem;
|
|
550
550
|
-webkit-print-color-adjust: exact;
|
|
551
|
-
color-adjust: exact;
|
|
551
|
+
print-color-adjust: exact;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
.pelcro-root [multiple] {
|
|
@@ -558,7 +558,7 @@ Add the correct display in Chrome and Safari.
|
|
|
558
558
|
background-size: initial;
|
|
559
559
|
padding-right: 0.75rem;
|
|
560
560
|
-webkit-print-color-adjust: unset;
|
|
561
|
-
color-adjust: unset;
|
|
561
|
+
print-color-adjust: unset;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.pelcro-root [type="checkbox"],
|
|
@@ -567,7 +567,7 @@ Add the correct display in Chrome and Safari.
|
|
|
567
567
|
appearance: none;
|
|
568
568
|
padding: 0;
|
|
569
569
|
-webkit-print-color-adjust: exact;
|
|
570
|
-
color-adjust: exact;
|
|
570
|
+
print-color-adjust: exact;
|
|
571
571
|
display: inline-block;
|
|
572
572
|
vertical-align: middle;
|
|
573
573
|
background-origin: border-box;
|
|
@@ -703,6 +703,12 @@ Add the correct display in Chrome and Safari.
|
|
|
703
703
|
width: 100%;
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
+
@media (min-width: 425px) {
|
|
707
|
+
.pelcro-root .pelcro-modal {
|
|
708
|
+
max-width: 425px;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
706
712
|
@media (min-width: 640px) {
|
|
707
713
|
.pelcro-root .pelcro-modal {
|
|
708
714
|
max-width: 640px;
|
|
@@ -737,7 +743,7 @@ Add the correct display in Chrome and Safari.
|
|
|
737
743
|
position: absolute;
|
|
738
744
|
top: 0px;
|
|
739
745
|
display: flex;
|
|
740
|
-
max-width:
|
|
746
|
+
max-width: 36rem;
|
|
741
747
|
flex-direction: column;
|
|
742
748
|
align-items: center;
|
|
743
749
|
overflow: hidden;
|
|
@@ -759,13 +765,13 @@ Add the correct display in Chrome and Safari.
|
|
|
759
765
|
.pelcro-root .pelcro-modal-header {
|
|
760
766
|
position: relative;
|
|
761
767
|
display: flex;
|
|
762
|
-
min-height:
|
|
768
|
+
min-height: 3rem;
|
|
763
769
|
flex-direction: column;
|
|
764
770
|
border-bottom-width: 2px;
|
|
765
771
|
--tw-bg-opacity: 1;
|
|
766
772
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
767
|
-
padding-left:
|
|
768
|
-
padding-right:
|
|
773
|
+
padding-left: 2rem;
|
|
774
|
+
padding-right: 2rem;
|
|
769
775
|
padding-top: 0.75rem;
|
|
770
776
|
padding-bottom: 0.75rem;
|
|
771
777
|
border-bottom-width: 1px;
|
|
@@ -774,7 +780,7 @@ Add the correct display in Chrome and Safari.
|
|
|
774
780
|
.pelcro-root .pelcro-modal-close {
|
|
775
781
|
position: absolute;
|
|
776
782
|
top: 50%;
|
|
777
|
-
right:
|
|
783
|
+
right: 0.5rem;
|
|
778
784
|
z-index: 999999;
|
|
779
785
|
width: 1.5rem;
|
|
780
786
|
--tw-translate-x: 0;
|
|
@@ -818,19 +824,25 @@ Add the correct display in Chrome and Safari.
|
|
|
818
824
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
819
825
|
}
|
|
820
826
|
|
|
827
|
+
@media (min-width: 640px) {
|
|
828
|
+
.pelcro-root .pelcro-modal-close {
|
|
829
|
+
right: 1.25rem;
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
821
833
|
.pelcro-root .pelcro-modal-body {
|
|
822
834
|
--tw-bg-opacity: 1;
|
|
823
835
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
824
|
-
padding-left:
|
|
825
|
-
padding-right:
|
|
826
|
-
padding-top:
|
|
827
|
-
padding-bottom:
|
|
836
|
+
padding-left: 0.5rem;
|
|
837
|
+
padding-right: 0.5rem;
|
|
838
|
+
padding-top: 0.5rem;
|
|
839
|
+
padding-bottom: 0.5rem;
|
|
828
840
|
}
|
|
829
841
|
|
|
830
842
|
@media (min-width: 768px) {
|
|
831
843
|
.pelcro-root .pelcro-modal-body {
|
|
832
|
-
padding-left:
|
|
833
|
-
padding-right:
|
|
844
|
+
padding-left: 2rem;
|
|
845
|
+
padding-right: 2rem;
|
|
834
846
|
}
|
|
835
847
|
}
|
|
836
848
|
|
|
@@ -842,7 +854,6 @@ Add the correct display in Chrome and Safari.
|
|
|
842
854
|
--tw-bg-opacity: 1;
|
|
843
855
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
844
856
|
padding: 1rem;
|
|
845
|
-
padding-bottom: 2.75rem;
|
|
846
857
|
font-size: 0.875rem;
|
|
847
858
|
line-height: 1.25rem;
|
|
848
859
|
}
|
|
@@ -1498,6 +1509,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1498
1509
|
width: 1px;
|
|
1499
1510
|
}
|
|
1500
1511
|
|
|
1512
|
+
.pelcro-root .pelcro-vertical-separator:first-child {
|
|
1513
|
+
display: none;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1501
1516
|
.pelcro-root .pelcro-shop-product-image {
|
|
1502
1517
|
max-width: 13rem;
|
|
1503
1518
|
}
|
|
@@ -1636,6 +1651,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1636
1651
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
1637
1652
|
}
|
|
1638
1653
|
|
|
1654
|
+
.pelcro-root .pelcro-product {
|
|
1655
|
+
display: flex !important;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1639
1658
|
.pelcro-root .pelcro-select-plan-radio {
|
|
1640
1659
|
margin-top: 0.4rem;
|
|
1641
1660
|
}
|
|
@@ -1647,16 +1666,32 @@ Add the correct display in Chrome and Safari.
|
|
|
1647
1666
|
left: 0px;
|
|
1648
1667
|
height: 0.25rem;
|
|
1649
1668
|
width: 100%;
|
|
1650
|
-
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation),
|
|
1669
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
/* Firefox */
|
|
1673
|
+
|
|
1674
|
+
.pelcro-root .productTabs .tabs {
|
|
1675
|
+
padding-bottom: 5px;
|
|
1676
|
+
scrollbar-width: thin;
|
|
1677
|
+
scrollbar-color: grey;
|
|
1651
1678
|
}
|
|
1652
1679
|
|
|
1680
|
+
/* Chrome, Edge, and Safari */
|
|
1681
|
+
|
|
1653
1682
|
.pelcro-root .productTabs .tabs::-webkit-scrollbar {
|
|
1654
|
-
|
|
1683
|
+
width: 15px;
|
|
1684
|
+
height: 3px;
|
|
1655
1685
|
}
|
|
1656
1686
|
|
|
1657
|
-
.pelcro-root .productTabs .tabs {
|
|
1658
|
-
|
|
1659
|
-
|
|
1687
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
|
|
1688
|
+
background: lightGrey;
|
|
1689
|
+
border-radius: 3px;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
|
|
1693
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1694
|
+
border-radius: 14px;
|
|
1660
1695
|
}
|
|
1661
1696
|
|
|
1662
1697
|
.pelcro-root .productTabs .tabs li:first-child {
|
|
@@ -1668,19 +1703,16 @@ Add the correct display in Chrome and Safari.
|
|
|
1668
1703
|
}
|
|
1669
1704
|
|
|
1670
1705
|
.pelcro-root .productTabs .tabs li#activeTab button {
|
|
1671
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1706
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1707
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1708
|
+
--tw-text-opacity: 1;
|
|
1709
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1672
1710
|
}
|
|
1673
1711
|
|
|
1674
|
-
.pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
left: 0px;
|
|
1679
|
-
display: block;
|
|
1680
|
-
height: 0.25rem;
|
|
1681
|
-
width: 100%;
|
|
1682
|
-
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
1683
|
-
}
|
|
1712
|
+
/* .pelcro-root .productTabs .tabs li#activeTab:after {
|
|
1713
|
+
content: "";
|
|
1714
|
+
@apply plc-h-1 plc-bg-primary-800 plc-w-full plc-absolute plc-bottom-0 plc-left-0 plc-block;
|
|
1715
|
+
} */
|
|
1684
1716
|
|
|
1685
1717
|
.pelcro-root .selectedProduct img {
|
|
1686
1718
|
max-width: 150px;
|
|
@@ -1693,6 +1725,137 @@ Add the correct display in Chrome and Safari.
|
|
|
1693
1725
|
|
|
1694
1726
|
/* used by multiple input sub-components */
|
|
1695
1727
|
|
|
1728
|
+
/* Slider */
|
|
1729
|
+
|
|
1730
|
+
.pelcro-root .slick-slider {
|
|
1731
|
+
position: relative;
|
|
1732
|
+
display: block;
|
|
1733
|
+
box-sizing: border-box;
|
|
1734
|
+
-webkit-user-select: none;
|
|
1735
|
+
user-select: none;
|
|
1736
|
+
touch-action: pan-y;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.pelcro-root .slick-list {
|
|
1740
|
+
position: relative;
|
|
1741
|
+
display: block;
|
|
1742
|
+
overflow: hidden;
|
|
1743
|
+
padding: 0;
|
|
1744
|
+
/* margin: 0 -10px; */
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.pelcro-root .slick-list:focus {
|
|
1748
|
+
outline: none;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.pelcro-root .slick-list.dragging {
|
|
1752
|
+
cursor: pointer;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.pelcro-root .slick-slider .slick-track,
|
|
1756
|
+
.pelcro-root .slick-slider .slick-list {
|
|
1757
|
+
transform: translate3d(0, 0, 0);
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.pelcro-root .slick-track {
|
|
1761
|
+
position: relative;
|
|
1762
|
+
top: 0;
|
|
1763
|
+
left: 0;
|
|
1764
|
+
display: flex;
|
|
1765
|
+
align-items: stretch;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.pelcro-root .slick-track:before,
|
|
1769
|
+
.pelcro-root .slick-track:after {
|
|
1770
|
+
display: table;
|
|
1771
|
+
content: "";
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.pelcro-root .slick-track:after {
|
|
1775
|
+
clear: both;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.pelcro-root .slick-loading .slick-track {
|
|
1779
|
+
visibility: hidden;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.pelcro-root .slick-slide {
|
|
1783
|
+
display: flex !important;
|
|
1784
|
+
align-self: stretch;
|
|
1785
|
+
height: unset;
|
|
1786
|
+
margin: 0 10px;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.pelcro-root .slick-slide > div {
|
|
1790
|
+
display: flex;
|
|
1791
|
+
align-self: stretch;
|
|
1792
|
+
width: 100%;
|
|
1793
|
+
height: 100%;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.pelcro-root .slick-slide img {
|
|
1797
|
+
display: block;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.pelcro-root .slick-slide.slick-loading img {
|
|
1801
|
+
display: none;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.pelcro-root .slick-slide.dragging img {
|
|
1805
|
+
pointer-events: none;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.pelcro-root .slick-initialized .slick-slide {
|
|
1809
|
+
display: block;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.pelcro-root .slick-loading .slick-slide {
|
|
1813
|
+
visibility: hidden;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.pelcro-root .slick-vertical .slick-slide {
|
|
1817
|
+
display: block;
|
|
1818
|
+
height: auto;
|
|
1819
|
+
border: 1px solid transparent;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.pelcro-root .slick-arrow.slick-hidden {
|
|
1823
|
+
display: none;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.pelcro-root .slick-disabled {
|
|
1827
|
+
opacity: 0.5;
|
|
1828
|
+
cursor: not-allowed;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.pelcro-root .slick-dots {
|
|
1832
|
+
margin-top: 20px;
|
|
1833
|
+
display: flex !important;
|
|
1834
|
+
align-items: center;
|
|
1835
|
+
justify-content: center;
|
|
1836
|
+
flex-wrap: wrap;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
.pelcro-root .slick-dots li {
|
|
1840
|
+
padding: 2px;
|
|
1841
|
+
border: solid 1px transparent;
|
|
1842
|
+
border-radius: 9999999px;
|
|
1843
|
+
width: 20px;
|
|
1844
|
+
height: 20px;
|
|
1845
|
+
display: flex;
|
|
1846
|
+
align-items: center;
|
|
1847
|
+
justify-content: center;
|
|
1848
|
+
line-height: 1;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
.pelcro-root .slick-dots li.slick-active {
|
|
1852
|
+
border-color: grey;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
.pelcro-root .slick-arrow {
|
|
1856
|
+
outline: none !important;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1696
1859
|
/*
|
|
1697
1860
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1698
1861
|
in order to scope selectors under pelcro-root
|
|
@@ -1805,10 +1968,18 @@ in order to scope selectors under pelcro-root
|
|
|
1805
1968
|
top: 0.25rem;
|
|
1806
1969
|
}
|
|
1807
1970
|
|
|
1971
|
+
.pelcro-root .plc-top-2 {
|
|
1972
|
+
top: 0.5rem;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1808
1975
|
.pelcro-root .plc-top-5 {
|
|
1809
1976
|
top: 1.25rem;
|
|
1810
1977
|
}
|
|
1811
1978
|
|
|
1979
|
+
.pelcro-root .plc-top-6 {
|
|
1980
|
+
top: 1.5rem;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1812
1983
|
.pelcro-root .plc-top-7 {
|
|
1813
1984
|
top: 1.75rem;
|
|
1814
1985
|
}
|
|
@@ -1837,14 +2008,14 @@ in order to scope selectors under pelcro-root
|
|
|
1837
2008
|
right: 0.5rem;
|
|
1838
2009
|
}
|
|
1839
2010
|
|
|
1840
|
-
.pelcro-root .plc-right-4 {
|
|
1841
|
-
right: 1rem;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
2011
|
.pelcro-root .plc-right-10 {
|
|
1845
2012
|
right: 2.5rem;
|
|
1846
2013
|
}
|
|
1847
2014
|
|
|
2015
|
+
.pelcro-root .plc--right-16 {
|
|
2016
|
+
right: -4rem;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
1848
2019
|
.pelcro-root .plc-bottom-0 {
|
|
1849
2020
|
bottom: 0px;
|
|
1850
2021
|
}
|
|
@@ -1857,10 +2028,18 @@ in order to scope selectors under pelcro-root
|
|
|
1857
2028
|
left: 0px;
|
|
1858
2029
|
}
|
|
1859
2030
|
|
|
2031
|
+
.pelcro-root .plc-left-4 {
|
|
2032
|
+
left: 1rem;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
1860
2035
|
.pelcro-root .plc-left-5 {
|
|
1861
2036
|
left: 1.25rem;
|
|
1862
2037
|
}
|
|
1863
2038
|
|
|
2039
|
+
.pelcro-root .plc--left-16 {
|
|
2040
|
+
left: -4rem;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
1864
2043
|
.pelcro-root .plc-z-max {
|
|
1865
2044
|
z-index: 999999;
|
|
1866
2045
|
}
|
|
@@ -1877,6 +2056,10 @@ in order to scope selectors under pelcro-root
|
|
|
1877
2056
|
margin: 0px;
|
|
1878
2057
|
}
|
|
1879
2058
|
|
|
2059
|
+
.pelcro-root .plc-m-1 {
|
|
2060
|
+
margin: 0.25rem;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
1880
2063
|
.pelcro-root .plc-m-3 {
|
|
1881
2064
|
margin: 0.75rem;
|
|
1882
2065
|
}
|
|
@@ -1885,6 +2068,15 @@ in order to scope selectors under pelcro-root
|
|
|
1885
2068
|
margin: auto;
|
|
1886
2069
|
}
|
|
1887
2070
|
|
|
2071
|
+
.pelcro-root .plc-m-0\.5 {
|
|
2072
|
+
margin: 0.125rem;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.pelcro-root .plc-mx-1 {
|
|
2076
|
+
margin-left: 0.25rem;
|
|
2077
|
+
margin-right: 0.25rem;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
1888
2080
|
.pelcro-root .plc-mx-4 {
|
|
1889
2081
|
margin-left: 1rem;
|
|
1890
2082
|
margin-right: 1rem;
|
|
@@ -1910,9 +2102,9 @@ in order to scope selectors under pelcro-root
|
|
|
1910
2102
|
margin-bottom: 1.25rem;
|
|
1911
2103
|
}
|
|
1912
2104
|
|
|
1913
|
-
.pelcro-root .plc-my-
|
|
1914
|
-
margin-top:
|
|
1915
|
-
margin-bottom:
|
|
2105
|
+
.pelcro-root .plc-my-11 {
|
|
2106
|
+
margin-top: 2.75rem;
|
|
2107
|
+
margin-bottom: 2.75rem;
|
|
1916
2108
|
}
|
|
1917
2109
|
|
|
1918
2110
|
.pelcro-root .plc-mt-1 {
|
|
@@ -1939,10 +2131,6 @@ in order to scope selectors under pelcro-root
|
|
|
1939
2131
|
margin-top: 1.5rem;
|
|
1940
2132
|
}
|
|
1941
2133
|
|
|
1942
|
-
.pelcro-root .plc-mt-8 {
|
|
1943
|
-
margin-top: 2rem;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
2134
|
.pelcro-root .plc-mt-auto {
|
|
1947
2135
|
margin-top: auto;
|
|
1948
2136
|
}
|
|
@@ -1983,10 +2171,6 @@ in order to scope selectors under pelcro-root
|
|
|
1983
2171
|
margin-bottom: 1.5rem;
|
|
1984
2172
|
}
|
|
1985
2173
|
|
|
1986
|
-
.pelcro-root .plc-mb-8 {
|
|
1987
|
-
margin-bottom: 2rem;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
2174
|
.pelcro-root .plc-mb-9 {
|
|
1991
2175
|
margin-bottom: 2.25rem;
|
|
1992
2176
|
}
|
|
@@ -2027,6 +2211,10 @@ in order to scope selectors under pelcro-root
|
|
|
2027
2211
|
display: inline-block;
|
|
2028
2212
|
}
|
|
2029
2213
|
|
|
2214
|
+
.pelcro-root .plc-inline {
|
|
2215
|
+
display: inline;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2030
2218
|
.pelcro-root .plc-flex {
|
|
2031
2219
|
display: flex;
|
|
2032
2220
|
}
|
|
@@ -2043,6 +2231,10 @@ in order to scope selectors under pelcro-root
|
|
|
2043
2231
|
display: none;
|
|
2044
2232
|
}
|
|
2045
2233
|
|
|
2234
|
+
.pelcro-root .plc-h-3 {
|
|
2235
|
+
height: 0.75rem;
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2046
2238
|
.pelcro-root .plc-h-4 {
|
|
2047
2239
|
height: 1rem;
|
|
2048
2240
|
}
|
|
@@ -2071,6 +2263,10 @@ in order to scope selectors under pelcro-root
|
|
|
2071
2263
|
height: 2.5rem;
|
|
2072
2264
|
}
|
|
2073
2265
|
|
|
2266
|
+
.pelcro-root .plc-h-11 {
|
|
2267
|
+
height: 2.75rem;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2074
2270
|
.pelcro-root .plc-h-12 {
|
|
2075
2271
|
height: 3rem;
|
|
2076
2272
|
}
|
|
@@ -2111,6 +2307,10 @@ in order to scope selectors under pelcro-root
|
|
|
2111
2307
|
max-height: 3.5rem;
|
|
2112
2308
|
}
|
|
2113
2309
|
|
|
2310
|
+
.pelcro-root .plc-max-h-48 {
|
|
2311
|
+
max-height: 12rem;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2114
2314
|
.pelcro-root .plc-max-h-80 {
|
|
2115
2315
|
max-height: 20rem;
|
|
2116
2316
|
}
|
|
@@ -2155,6 +2355,10 @@ in order to scope selectors under pelcro-root
|
|
|
2155
2355
|
width: 2.5rem;
|
|
2156
2356
|
}
|
|
2157
2357
|
|
|
2358
|
+
.pelcro-root .plc-w-11 {
|
|
2359
|
+
width: 2.75rem;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2158
2362
|
.pelcro-root .plc-w-12 {
|
|
2159
2363
|
width: 3rem;
|
|
2160
2364
|
}
|
|
@@ -2191,6 +2395,10 @@ in order to scope selectors under pelcro-root
|
|
|
2191
2395
|
width: 50%;
|
|
2192
2396
|
}
|
|
2193
2397
|
|
|
2398
|
+
.pelcro-root .plc-w-1\/3 {
|
|
2399
|
+
width: 33.333333%;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2194
2402
|
.pelcro-root .plc-w-1\/4 {
|
|
2195
2403
|
width: 25%;
|
|
2196
2404
|
}
|
|
@@ -2235,16 +2443,16 @@ in order to scope selectors under pelcro-root
|
|
|
2235
2443
|
width: max-content;
|
|
2236
2444
|
}
|
|
2237
2445
|
|
|
2238
|
-
.pelcro-root .plc-max-w-
|
|
2239
|
-
max-width:
|
|
2446
|
+
.pelcro-root .plc-max-w-xl {
|
|
2447
|
+
max-width: 36rem;
|
|
2240
2448
|
}
|
|
2241
2449
|
|
|
2242
|
-
.pelcro-root .plc-max-w-
|
|
2243
|
-
max-width:
|
|
2450
|
+
.pelcro-root .plc-max-w-50\% {
|
|
2451
|
+
max-width: 50%;
|
|
2244
2452
|
}
|
|
2245
2453
|
|
|
2246
|
-
.pelcro-root .plc-max-w-
|
|
2247
|
-
max-width:
|
|
2454
|
+
.pelcro-root .plc-max-w-full {
|
|
2455
|
+
max-width: 100%;
|
|
2248
2456
|
}
|
|
2249
2457
|
|
|
2250
2458
|
.pelcro-root .plc-flex-1 {
|
|
@@ -2282,6 +2490,10 @@ in order to scope selectors under pelcro-root
|
|
|
2282
2490
|
--tw-translate-x: 0px;
|
|
2283
2491
|
}
|
|
2284
2492
|
|
|
2493
|
+
.pelcro-root .plc--translate-x-1 {
|
|
2494
|
+
--tw-translate-x: -0.25rem;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2285
2497
|
.pelcro-root .plc--translate-x-full {
|
|
2286
2498
|
--tw-translate-x: -100%;
|
|
2287
2499
|
}
|
|
@@ -2302,6 +2514,11 @@ in order to scope selectors under pelcro-root
|
|
|
2302
2514
|
--tw-rotate: 180deg;
|
|
2303
2515
|
}
|
|
2304
2516
|
|
|
2517
|
+
.pelcro-root .plc-scale-105 {
|
|
2518
|
+
--tw-scale-x: 1.05;
|
|
2519
|
+
--tw-scale-y: 1.05;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2305
2522
|
.pelcro-root .plc-scale-120 {
|
|
2306
2523
|
--tw-scale-x: 1.2;
|
|
2307
2524
|
--tw-scale-y: 1.2;
|
|
@@ -2362,6 +2579,10 @@ in order to scope selectors under pelcro-root
|
|
|
2362
2579
|
animation: plc-spin 1s linear infinite;
|
|
2363
2580
|
}
|
|
2364
2581
|
|
|
2582
|
+
.pelcro-root .plc-animate-pulse {
|
|
2583
|
+
animation: plc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2365
2586
|
@media (prefers-reduced-motion: no-preference) {
|
|
2366
2587
|
.pelcro-root .motion-safe\:plc-animate-slideInBottom {
|
|
2367
2588
|
animation: plc-slideInBottom 0.5s ease-out;
|
|
@@ -2490,6 +2711,10 @@ in order to scope selectors under pelcro-root
|
|
|
2490
2711
|
overflow-y: auto;
|
|
2491
2712
|
}
|
|
2492
2713
|
|
|
2714
|
+
.pelcro-root .plc-overflow-x-hidden {
|
|
2715
|
+
overflow-x: hidden;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2493
2718
|
.pelcro-root .plc-overflow-y-scroll {
|
|
2494
2719
|
overflow-y: scroll;
|
|
2495
2720
|
}
|
|
@@ -2512,6 +2737,10 @@ in order to scope selectors under pelcro-root
|
|
|
2512
2737
|
overflow-wrap: break-word;
|
|
2513
2738
|
}
|
|
2514
2739
|
|
|
2740
|
+
.pelcro-root .plc-break-all {
|
|
2741
|
+
word-break: break-all;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2515
2744
|
.pelcro-root .plc-rounded-none {
|
|
2516
2745
|
border-radius: 0px;
|
|
2517
2746
|
}
|
|
@@ -2612,6 +2841,10 @@ in order to scope selectors under pelcro-root
|
|
|
2612
2841
|
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2613
2842
|
}
|
|
2614
2843
|
|
|
2844
|
+
.pelcro-root .plc-border-primary {
|
|
2845
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2615
2848
|
.pelcro-root .plc-border-white {
|
|
2616
2849
|
--tw-border-opacity: 1;
|
|
2617
2850
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
@@ -2661,6 +2894,10 @@ in order to scope selectors under pelcro-root
|
|
|
2661
2894
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
2662
2895
|
}
|
|
2663
2896
|
|
|
2897
|
+
.pelcro-root .plc-bg-primary {
|
|
2898
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2664
2901
|
.pelcro-root .plc-bg-white {
|
|
2665
2902
|
--tw-bg-opacity: 1;
|
|
2666
2903
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -2823,8 +3060,9 @@ in order to scope selectors under pelcro-root
|
|
|
2823
3060
|
padding: 1.5rem;
|
|
2824
3061
|
}
|
|
2825
3062
|
|
|
2826
|
-
.pelcro-root .plc-
|
|
2827
|
-
padding:
|
|
3063
|
+
.pelcro-root .plc-px-0 {
|
|
3064
|
+
padding-left: 0px;
|
|
3065
|
+
padding-right: 0px;
|
|
2828
3066
|
}
|
|
2829
3067
|
|
|
2830
3068
|
.pelcro-root .plc-px-1 {
|
|
@@ -2857,11 +3095,6 @@ in order to scope selectors under pelcro-root
|
|
|
2857
3095
|
padding-right: 1.5rem;
|
|
2858
3096
|
}
|
|
2859
3097
|
|
|
2860
|
-
.pelcro-root .plc-px-8 {
|
|
2861
|
-
padding-left: 2rem;
|
|
2862
|
-
padding-right: 2rem;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
3098
|
.pelcro-root .plc-py-1 {
|
|
2866
3099
|
padding-top: 0.25rem;
|
|
2867
3100
|
padding-bottom: 0.25rem;
|
|
@@ -3076,6 +3309,11 @@ in order to scope selectors under pelcro-root
|
|
|
3076
3309
|
color: rgba(98, 26, 23, var(--tw-text-opacity));
|
|
3077
3310
|
}
|
|
3078
3311
|
|
|
3312
|
+
.pelcro-root .plc-text-yellow-500 {
|
|
3313
|
+
--tw-text-opacity: 1;
|
|
3314
|
+
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3079
3317
|
.pelcro-root .plc-text-yellow-700 {
|
|
3080
3318
|
--tw-text-opacity: 1;
|
|
3081
3319
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|
|
@@ -3129,6 +3367,10 @@ in order to scope selectors under pelcro-root
|
|
|
3129
3367
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3130
3368
|
}
|
|
3131
3369
|
|
|
3370
|
+
.pelcro-root .hover\:plc-text-primary:hover {
|
|
3371
|
+
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3132
3374
|
.pelcro-root .hover\:plc-text-black:hover {
|
|
3133
3375
|
--tw-text-opacity: 1;
|
|
3134
3376
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3144,6 +3386,11 @@ in order to scope selectors under pelcro-root
|
|
|
3144
3386
|
color: rgba(17, 24, 39, var(--tw-text-opacity));
|
|
3145
3387
|
}
|
|
3146
3388
|
|
|
3389
|
+
.pelcro-root .hover\:plc-text-red-500:hover {
|
|
3390
|
+
--tw-text-opacity: 1;
|
|
3391
|
+
color: rgba(180, 48, 43, var(--tw-text-opacity));
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3147
3394
|
.pelcro-root .focus\:plc-text-black:focus {
|
|
3148
3395
|
--tw-text-opacity: 1;
|
|
3149
3396
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -3162,6 +3409,10 @@ in order to scope selectors under pelcro-root
|
|
|
3162
3409
|
text-decoration: none;
|
|
3163
3410
|
}
|
|
3164
3411
|
|
|
3412
|
+
.pelcro-root .hover\:plc-opacity-30:hover {
|
|
3413
|
+
opacity: 0.3;
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3165
3416
|
*, ::before, ::after {
|
|
3166
3417
|
--tw-shadow: 0 0 #0000;
|
|
3167
3418
|
}
|
|
@@ -3287,6 +3538,12 @@ in order to scope selectors under pelcro-root
|
|
|
3287
3538
|
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
|
|
3288
3539
|
}
|
|
3289
3540
|
|
|
3541
|
+
.pelcro-root .plc-transition-all {
|
|
3542
|
+
transition-property: all;
|
|
3543
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3544
|
+
transition-duration: 150ms;
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3290
3547
|
.pelcro-root .plc-transition {
|
|
3291
3548
|
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
|
|
3292
3549
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3307,6 +3564,9 @@ in order to scope selectors under pelcro-root
|
|
|
3307
3564
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3308
3565
|
}
|
|
3309
3566
|
|
|
3567
|
+
@media (min-width: 425px) {
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3310
3570
|
@media (min-width: 640px) {
|
|
3311
3571
|
.pelcro-root .sm\:plc-m-4 {
|
|
3312
3572
|
margin: 1rem;
|
|
@@ -3356,6 +3616,10 @@ in order to scope selectors under pelcro-root
|
|
|
3356
3616
|
max-width: 28rem;
|
|
3357
3617
|
}
|
|
3358
3618
|
|
|
3619
|
+
.pelcro-root .sm\:plc-max-w-90\% {
|
|
3620
|
+
max-width: 90%;
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3359
3623
|
.pelcro-root .sm\:plc-flex-row {
|
|
3360
3624
|
flex-direction: row;
|
|
3361
3625
|
}
|
|
@@ -3381,366 +3645,83 @@ in order to scope selectors under pelcro-root
|
|
|
3381
3645
|
padding-right: 2rem;
|
|
3382
3646
|
}
|
|
3383
3647
|
|
|
3648
|
+
.pelcro-root .sm\:plc-px-16 {
|
|
3649
|
+
padding-left: 4rem;
|
|
3650
|
+
padding-right: 4rem;
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3384
3653
|
.pelcro-root .sm\:plc-pl-8 {
|
|
3385
3654
|
padding-left: 2rem;
|
|
3386
3655
|
}
|
|
3387
3656
|
}
|
|
3388
3657
|
|
|
3389
3658
|
@media (min-width: 768px) {
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
@media (min-width: 1024px) {
|
|
3393
|
-
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3394
|
-
width: 25%;
|
|
3659
|
+
.pelcro-root .md\:plc-top-5 {
|
|
3660
|
+
top: 1.25rem;
|
|
3395
3661
|
}
|
|
3396
3662
|
|
|
3397
|
-
.pelcro-root .
|
|
3398
|
-
|
|
3663
|
+
.pelcro-root .md\:plc-right-10 {
|
|
3664
|
+
right: 2.5rem;
|
|
3399
3665
|
}
|
|
3400
|
-
}
|
|
3401
|
-
|
|
3402
|
-
@media (min-width: 1280px) {
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
@media (min-width: 1536px) {
|
|
3406
|
-
}
|
|
3407
3666
|
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
animation-fill-mode: both;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
.alice-carousel .animated-out {
|
|
3415
|
-
z-index: 1;
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
|
-
.alice-carousel .fadeOut {
|
|
3419
|
-
animation-name: fadeOut;
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
@keyframes fadeOut {
|
|
3423
|
-
0% {
|
|
3424
|
-
opacity: 1;
|
|
3667
|
+
.pelcro-root .md\:plc-my-20 {
|
|
3668
|
+
margin-top: 5rem;
|
|
3669
|
+
margin-bottom: 5rem;
|
|
3425
3670
|
}
|
|
3426
3671
|
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
visibility: hidden;
|
|
3672
|
+
.pelcro-root .md\:plc-table-cell {
|
|
3673
|
+
display: table-cell;
|
|
3430
3674
|
}
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
.alice-carousel {
|
|
3434
|
-
position: relative;
|
|
3435
|
-
width: 100%;
|
|
3436
|
-
margin: auto;
|
|
3437
|
-
direction: ltr;
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
.alice-carousel__wrapper {
|
|
3441
|
-
position: relative;
|
|
3442
|
-
overflow-x: hidden;
|
|
3443
|
-
overflow-y: hidden;
|
|
3444
|
-
box-sizing: border-box;
|
|
3445
|
-
width: 100%;
|
|
3446
|
-
height: auto;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
.alice-carousel__stage {
|
|
3450
|
-
position: relative;
|
|
3451
|
-
box-sizing: border-box;
|
|
3452
|
-
width: 100%;
|
|
3453
|
-
height: 100%;
|
|
3454
|
-
margin: 0;
|
|
3455
|
-
padding: 0;
|
|
3456
|
-
white-space: nowrap;
|
|
3457
|
-
transform-style: flat;
|
|
3458
|
-
-webkit-transform-style: flat;
|
|
3459
|
-
backface-visibility: hidden;
|
|
3460
|
-
-webkit-backface-visibility: hidden;
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
.alice-carousel__stage-item {
|
|
3464
|
-
position: relative;
|
|
3465
|
-
display: inline-block;
|
|
3466
|
-
padding: 0;
|
|
3467
|
-
margin: 0;
|
|
3468
|
-
box-sizing: border-box;
|
|
3469
|
-
width: 100%;
|
|
3470
|
-
height: 100%;
|
|
3471
|
-
vertical-align: top;
|
|
3472
|
-
white-space: normal;
|
|
3473
|
-
line-height: 0;
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
.alice-carousel__stage-item * {
|
|
3477
|
-
line-height: initial;
|
|
3478
|
-
}
|
|
3479
|
-
|
|
3480
|
-
.alice-carousel__stage-item.__hidden {
|
|
3481
|
-
opacity: 0;
|
|
3482
|
-
overflow: hidden;
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
|
-
.alice-carousel__prev-btn,
|
|
3486
|
-
.alice-carousel__next-btn {
|
|
3487
|
-
display: inline-block;
|
|
3488
|
-
box-sizing: border-box;
|
|
3489
|
-
width: 50%;
|
|
3490
|
-
padding: 10px 5px;
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
.alice-carousel__prev-btn [data-area]::after,
|
|
3494
|
-
.alice-carousel__next-btn [data-area]::after {
|
|
3495
|
-
position: relative;
|
|
3496
|
-
content: attr(data-area);
|
|
3497
|
-
text-transform: capitalize;
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
|
-
.alice-carousel__prev-btn {
|
|
3501
|
-
text-align: right;
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
.alice-carousel__prev-btn-item,
|
|
3505
|
-
.alice-carousel__next-btn-item {
|
|
3506
|
-
display: inline-block;
|
|
3507
|
-
cursor: pointer;
|
|
3508
|
-
padding: 5px;
|
|
3509
|
-
margin: 0;
|
|
3510
|
-
color: #465798;
|
|
3511
|
-
}
|
|
3512
|
-
|
|
3513
|
-
.alice-carousel__prev-btn-item:hover,
|
|
3514
|
-
.alice-carousel__next-btn-item:hover {
|
|
3515
|
-
color: darkred;
|
|
3516
|
-
}
|
|
3517
|
-
|
|
3518
|
-
.alice-carousel__prev-btn-item.__inactive,
|
|
3519
|
-
.alice-carousel__next-btn-item.__inactive {
|
|
3520
|
-
opacity: 0.4;
|
|
3521
|
-
pointer-events: none;
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
.alice-carousel__play-btn {
|
|
3525
|
-
position: absolute;
|
|
3526
|
-
top: 30px;
|
|
3527
|
-
left: 20px;
|
|
3528
|
-
display: inline-block;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
.alice-carousel__play-btn:hover {
|
|
3532
|
-
cursor: pointer;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
.alice-carousel__play-btn-wrapper {
|
|
3536
|
-
position: relative;
|
|
3537
|
-
width: 32px;
|
|
3538
|
-
height: 32px;
|
|
3539
|
-
padding: 10px;
|
|
3540
|
-
border-radius: 50%;
|
|
3541
|
-
background-color: #fff;
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
.alice-carousel__play-btn-item {
|
|
3545
|
-
position: absolute;
|
|
3546
|
-
width: 32px;
|
|
3547
|
-
height: 32px;
|
|
3548
|
-
cursor: pointer;
|
|
3549
|
-
border: 0;
|
|
3550
|
-
outline: none;
|
|
3551
|
-
background: transparent;
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
|
|
3555
|
-
position: absolute;
|
|
3556
|
-
pointer-events: none;
|
|
3557
|
-
display: block;
|
|
3558
|
-
width: 0;
|
|
3559
|
-
height: 0;
|
|
3560
|
-
content: "";
|
|
3561
|
-
transition: all 0.4s linear;
|
|
3562
|
-
border-width: 8px 0 8px 15px;
|
|
3563
|
-
border-style: solid;
|
|
3564
|
-
border-color: transparent;
|
|
3565
|
-
border-left-color: #465798;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
.alice-carousel__play-btn-item::before {
|
|
3569
|
-
left: 5px;
|
|
3570
|
-
height: 14px;
|
|
3571
|
-
}
|
|
3572
|
-
|
|
3573
|
-
.alice-carousel__play-btn-item::after {
|
|
3574
|
-
top: 7px;
|
|
3575
|
-
left: 18px;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
|
|
3579
|
-
height: 30px;
|
|
3580
|
-
border-width: 0 0 0 10px;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
.alice-carousel__play-btn-item.__pause::after {
|
|
3584
|
-
top: 0;
|
|
3585
|
-
left: 18px;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.alice-carousel__dots {
|
|
3589
|
-
margin: 30px 3px 5px;
|
|
3590
|
-
padding: 0;
|
|
3591
|
-
list-style: none;
|
|
3592
|
-
text-align: center;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
.alice-carousel__dots > li {
|
|
3596
|
-
display: inline-block;
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
.alice-carousel__dots-item:not(.__custom) {
|
|
3600
|
-
width: 8px;
|
|
3601
|
-
height: 8px;
|
|
3602
|
-
cursor: pointer;
|
|
3603
|
-
border-radius: 50%;
|
|
3604
|
-
background-color: #e0e4fb;
|
|
3605
|
-
}
|
|
3606
|
-
|
|
3607
|
-
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
|
|
3608
|
-
margin-right: 20px;
|
|
3609
|
-
}
|
|
3610
|
-
|
|
3611
|
-
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
|
|
3612
|
-
background-color: #6e7ebc;
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
|
-
.alice-carousel__slide-info {
|
|
3616
|
-
position: absolute;
|
|
3617
|
-
top: 20px;
|
|
3618
|
-
right: 20px;
|
|
3619
|
-
display: inline-block;
|
|
3620
|
-
padding: 5px 10px;
|
|
3621
|
-
color: #465798;
|
|
3622
|
-
border-radius: 5px;
|
|
3623
|
-
background-color: rgba(224, 228, 251, 0.6);
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
.alice-carousel__slide-info-item {
|
|
3627
|
-
vertical-align: middle;
|
|
3628
|
-
line-height: 0;
|
|
3629
|
-
}
|
|
3630
|
-
|
|
3631
|
-
/* purgecss end ignore */
|
|
3632
|
-
/* purgecss start ignore */
|
|
3633
|
-
|
|
3634
|
-
.pelcro-root .alice-carousel {
|
|
3635
|
-
padding-left: 5rem;
|
|
3636
|
-
padding-right: 5rem;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
.pelcro-root .alice-carousel__stage {
|
|
3640
|
-
display: flex;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
.pelcro-root .alice-carousel__stage-item {
|
|
3644
|
-
flex: 1 0 auto;
|
|
3645
|
-
height: auto;
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
.pelcro-root .alice-carousel__next-btn,
|
|
3649
|
-
.pelcro-root .alice-carousel__prev-btn {
|
|
3650
|
-
position: absolute;
|
|
3651
|
-
top: 50%;
|
|
3652
|
-
transform: translateY(-50%);
|
|
3653
|
-
width: auto;
|
|
3654
|
-
}
|
|
3655
3675
|
|
|
3656
|
-
.pelcro-root .
|
|
3657
|
-
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
|
-
.pelcro-root .alice-carousel__prev-btn {
|
|
3661
|
-
left: 0;
|
|
3662
|
-
}
|
|
3663
|
-
|
|
3664
|
-
.pelcro-root .alice-carousel__next-btn-item span,
|
|
3665
|
-
.pelcro-root .alice-carousel__prev-btn-item span {
|
|
3666
|
-
width: 3.5rem;
|
|
3667
|
-
height: 3.5rem;
|
|
3668
|
-
border-radius: 999999px;
|
|
3669
|
-
display: inline-flex;
|
|
3670
|
-
align-items: center;
|
|
3671
|
-
justify-content: center;
|
|
3672
|
-
background-color: black;
|
|
3673
|
-
color: white;
|
|
3674
|
-
}
|
|
3676
|
+
.pelcro-root .md\:plc-hidden {
|
|
3677
|
+
display: none;
|
|
3678
|
+
}
|
|
3675
3679
|
|
|
3676
|
-
.pelcro-root .
|
|
3677
|
-
|
|
3678
|
-
}
|
|
3680
|
+
.pelcro-root .md\:plc-w-1\/5 {
|
|
3681
|
+
width: 20%;
|
|
3682
|
+
}
|
|
3679
3683
|
|
|
3680
|
-
.pelcro-root .
|
|
3681
|
-
|
|
3682
|
-
}
|
|
3684
|
+
.pelcro-root .md\:plc-w-1\/12 {
|
|
3685
|
+
width: 8.333333%;
|
|
3686
|
+
}
|
|
3683
3687
|
|
|
3684
|
-
.pelcro-root .
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
width: 28px;
|
|
3688
|
-
line-height: 1;
|
|
3689
|
-
display: inline-flex;
|
|
3690
|
-
align-items: center;
|
|
3691
|
-
justify-content: center;
|
|
3692
|
-
}
|
|
3688
|
+
.pelcro-root .md\:plc-w-2\/12 {
|
|
3689
|
+
width: 16.666667%;
|
|
3690
|
+
}
|
|
3693
3691
|
|
|
3694
|
-
.pelcro-root .
|
|
3695
|
-
|
|
3696
|
-
}
|
|
3692
|
+
.pelcro-root .md\:plc-w-3\/12 {
|
|
3693
|
+
width: 25%;
|
|
3694
|
+
}
|
|
3697
3695
|
|
|
3698
|
-
.pelcro-root .
|
|
3699
|
-
|
|
3700
|
-
}
|
|
3696
|
+
.pelcro-root .md\:plc-max-w-70\% {
|
|
3697
|
+
max-width: 70%;
|
|
3698
|
+
}
|
|
3701
3699
|
|
|
3702
|
-
.pelcro-root .
|
|
3703
|
-
|
|
3704
|
-
|
|
3700
|
+
.pelcro-root .md\:plc-max-w-80\% {
|
|
3701
|
+
max-width: 80%;
|
|
3702
|
+
}
|
|
3705
3703
|
}
|
|
3706
3704
|
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
justify-content: center;
|
|
3712
|
-
}
|
|
3705
|
+
@media (min-width: 1024px) {
|
|
3706
|
+
.pelcro-root .lg\:plc-hidden {
|
|
3707
|
+
display: none;
|
|
3708
|
+
}
|
|
3713
3709
|
|
|
3714
|
-
.pelcro-root .
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
background-color: #d1d5db;
|
|
3718
|
-
}
|
|
3710
|
+
.pelcro-root .lg\:plc-w-3\/12 {
|
|
3711
|
+
width: 25%;
|
|
3712
|
+
}
|
|
3719
3713
|
|
|
3720
|
-
.pelcro-root
|
|
3721
|
-
|
|
3722
|
-
|
|
3714
|
+
.pelcro-root .lg\:plc-w-9\/12 {
|
|
3715
|
+
width: 75%;
|
|
3716
|
+
}
|
|
3723
3717
|
}
|
|
3724
3718
|
|
|
3725
|
-
|
|
3726
|
-
.alice-carousel__dots-item:not(.__custom).__active {
|
|
3727
|
-
background-color: black;
|
|
3719
|
+
@media (min-width: 1280px) {
|
|
3728
3720
|
}
|
|
3729
3721
|
|
|
3730
|
-
@media (
|
|
3731
|
-
.pelcro-root .alice-carousel__prev-btn,
|
|
3732
|
-
.pelcro-root .alice-carousel__next-btn {
|
|
3733
|
-
display: none;
|
|
3734
|
-
}
|
|
3735
|
-
|
|
3736
|
-
.pelcro-root .alice-carousel {
|
|
3737
|
-
padding-right: 0;
|
|
3738
|
-
padding-left: 0;
|
|
3739
|
-
}
|
|
3722
|
+
@media (min-width: 1536px) {
|
|
3740
3723
|
}
|
|
3741
3724
|
|
|
3742
|
-
/* purgecss end ignore */
|
|
3743
|
-
|
|
3744
3725
|
/* purgecss start ignore */
|
|
3745
3726
|
|
|
3746
3727
|
.toggle-switch {
|