@pelcro/react-pelcro-js 4.0.0-alpha.44 → 4.0.0-alpha.45
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 +396 -325
- package/dist/index.esm.js +396 -325
- package/dist/pelcro.css +207 -47
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -776,16 +776,17 @@ Add the correct display in Chrome and Safari.
|
|
|
776
776
|
.pelcro-root .pelcro-modal-header {
|
|
777
777
|
position: relative;
|
|
778
778
|
display: flex;
|
|
779
|
-
min-height:
|
|
779
|
+
min-height: 6rem;
|
|
780
780
|
flex-direction: column;
|
|
781
781
|
border-bottom-width: 2px;
|
|
782
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
782
783
|
--tw-bg-opacity: 1;
|
|
783
784
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
784
|
-
padding-left:
|
|
785
|
-
padding-right:
|
|
785
|
+
padding-left: 2.5rem;
|
|
786
|
+
padding-right: 2.5rem;
|
|
786
787
|
padding-top: 0.75rem;
|
|
787
788
|
padding-bottom: 0.75rem;
|
|
788
|
-
border-bottom-width:
|
|
789
|
+
border-bottom-width: 1.5px;
|
|
789
790
|
}
|
|
790
791
|
|
|
791
792
|
.pelcro-root .pelcro-modal-close {
|
|
@@ -843,16 +844,16 @@ Add the correct display in Chrome and Safari.
|
|
|
843
844
|
|
|
844
845
|
.pelcro-root .pelcro-modal-body {
|
|
845
846
|
--tw-bg-opacity: 1;
|
|
846
|
-
background-color: rgba(
|
|
847
|
-
padding-left:
|
|
848
|
-
padding-right:
|
|
849
|
-
padding-top:
|
|
847
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
848
|
+
padding-left: 1rem;
|
|
849
|
+
padding-right: 1rem;
|
|
850
|
+
padding-top: 1.5rem;
|
|
850
851
|
}
|
|
851
852
|
|
|
852
853
|
@media (min-width: 768px){
|
|
853
854
|
.pelcro-root .pelcro-modal-body{
|
|
854
|
-
padding-left:
|
|
855
|
-
padding-right:
|
|
855
|
+
padding-left: 2.5rem;
|
|
856
|
+
padding-right: 2.5rem;
|
|
856
857
|
}
|
|
857
858
|
}
|
|
858
859
|
|
|
@@ -862,7 +863,7 @@ Add the correct display in Chrome and Safari.
|
|
|
862
863
|
align-items: center;
|
|
863
864
|
justify-content: center;
|
|
864
865
|
--tw-bg-opacity: 1;
|
|
865
|
-
background-color: rgba(
|
|
866
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
866
867
|
padding-left: 1rem;
|
|
867
868
|
padding-right: 1rem;
|
|
868
869
|
padding-top: 2rem;
|
|
@@ -872,27 +873,40 @@ Add the correct display in Chrome and Safari.
|
|
|
872
873
|
}
|
|
873
874
|
|
|
874
875
|
.pelcro-root .pelcro-input-wrapper {
|
|
875
|
-
|
|
876
|
+
position: relative;
|
|
877
|
+
margin-bottom: 2rem;
|
|
876
878
|
width: 100%;
|
|
877
879
|
}
|
|
878
880
|
|
|
879
881
|
.pelcro-root .pelcro-input-label {
|
|
880
|
-
|
|
882
|
+
position: absolute;
|
|
883
|
+
top: -0.5rem;
|
|
884
|
+
left: 0.5rem;
|
|
881
885
|
display: inline-flex;
|
|
886
|
+
--tw-bg-opacity: 1;
|
|
887
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
888
|
+
padding-left: 0.25rem;
|
|
889
|
+
padding-right: 0.25rem;
|
|
890
|
+
font-size: 0.75rem;
|
|
891
|
+
line-height: 1rem;
|
|
882
892
|
font-weight: 500;
|
|
883
893
|
--tw-text-opacity: 1;
|
|
884
|
-
color: rgba(
|
|
894
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
895
|
+
transition-property: all;
|
|
896
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
897
|
+
transition-duration: 150ms;
|
|
885
898
|
}
|
|
886
899
|
|
|
887
900
|
.pelcro-root .pelcro-input-error {
|
|
888
901
|
position: absolute;
|
|
902
|
+
left: 0.75rem;
|
|
889
903
|
margin-top: 0.125rem;
|
|
890
904
|
height: auto;
|
|
891
|
-
font-size: 0.
|
|
892
|
-
line-height:
|
|
905
|
+
font-size: 0.75rem;
|
|
906
|
+
line-height: 1rem;
|
|
893
907
|
text-transform: none;
|
|
894
908
|
--tw-text-opacity: 1;
|
|
895
|
-
color: rgba(
|
|
909
|
+
color: rgba(209, 70, 65, var(--tw-text-opacity));
|
|
896
910
|
}
|
|
897
911
|
|
|
898
912
|
.pelcro-root .pelcro-input-invalid {
|
|
@@ -900,11 +914,11 @@ Add the correct display in Chrome and Safari.
|
|
|
900
914
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
901
915
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
902
916
|
--tw-ring-opacity: 1;
|
|
903
|
-
--tw-ring-color: rgba(
|
|
917
|
+
--tw-ring-color: rgba(219, 110, 106, var(--tw-ring-opacity));
|
|
904
918
|
}
|
|
905
919
|
|
|
906
920
|
.pelcro-root .pelcro-input-field {
|
|
907
|
-
min-height:
|
|
921
|
+
min-height: 1rem;
|
|
908
922
|
width: 100%;
|
|
909
923
|
}
|
|
910
924
|
|
|
@@ -921,7 +935,7 @@ Add the correct display in Chrome and Safari.
|
|
|
921
935
|
--tw-border-opacity: 1;
|
|
922
936
|
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
|
|
923
937
|
--tw-bg-opacity: 1;
|
|
924
|
-
background-color: rgba(
|
|
938
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
925
939
|
}
|
|
926
940
|
|
|
927
941
|
.pelcro-root .pelcro-input-field:disabled{
|
|
@@ -933,6 +947,13 @@ Add the correct display in Chrome and Safari.
|
|
|
933
947
|
padding: 0.5rem;
|
|
934
948
|
--tw-text-opacity: 1;
|
|
935
949
|
color: rgba(17, 24, 39, var(--tw-text-opacity));
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.pelcro-root .pelcro-input-field::placeholder{
|
|
953
|
+
color: transparent;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.pelcro-root .pelcro-input-field{
|
|
936
957
|
outline: 2px solid transparent;
|
|
937
958
|
outline-offset: 2px;
|
|
938
959
|
}
|
|
@@ -944,6 +965,89 @@ Add the correct display in Chrome and Safari.
|
|
|
944
965
|
--tw-ring-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
945
966
|
}
|
|
946
967
|
|
|
968
|
+
.pelcro-root
|
|
969
|
+
.pelcro-input-field:placeholder-shown
|
|
970
|
+
~ .pelcro-input-label {
|
|
971
|
+
top: 0.625rem;
|
|
972
|
+
left: 0.5rem;
|
|
973
|
+
font-size: 0.875rem;
|
|
974
|
+
line-height: 1.25rem;
|
|
975
|
+
font-weight: 500;
|
|
976
|
+
--tw-text-opacity: 1;
|
|
977
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.pelcro-root .pelcro-input-field:focus ~ .pelcro-input-label {
|
|
981
|
+
top: -0.5rem;
|
|
982
|
+
--tw-bg-opacity: 1;
|
|
983
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
984
|
+
padding-left: 0.25rem;
|
|
985
|
+
padding-right: 0.25rem;
|
|
986
|
+
font-size: 0.75rem;
|
|
987
|
+
line-height: 1rem;
|
|
988
|
+
transition-property: all;
|
|
989
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
990
|
+
transition-duration: 150ms;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.pelcro-root .pelcro-input-field:disabled ~ .pelcro-input-label {
|
|
994
|
+
display: none;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.pelcro-root .pelcro-input-card-number-label, .pelcro-root .pelcro-input-cvc-number-label, .pelcro-root .pelcro-input-expiry-date-label{
|
|
998
|
+
position: absolute;
|
|
999
|
+
top: -0.5rem;
|
|
1000
|
+
left: 0.5rem;
|
|
1001
|
+
display: inline-flex;
|
|
1002
|
+
--tw-bg-opacity: 1;
|
|
1003
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1004
|
+
padding-left: 0.25rem;
|
|
1005
|
+
padding-right: 0.25rem;
|
|
1006
|
+
font-size: 0.75rem;
|
|
1007
|
+
line-height: 1rem;
|
|
1008
|
+
font-weight: 500;
|
|
1009
|
+
--tw-text-opacity: 1;
|
|
1010
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
1011
|
+
transition-property: all;
|
|
1012
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1013
|
+
transition-duration: 150ms;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.pelcro-root
|
|
1017
|
+
#pelcro-input-card-number:placeholder-shown
|
|
1018
|
+
~ .pelcro-input-card-number-label, .pelcro-root
|
|
1019
|
+
#pelcro-input-cvc-number:placeholder-shown
|
|
1020
|
+
~ .pelcro-input-cvc-number-label, .pelcro-root
|
|
1021
|
+
#pelcro-input-expiry-date:placeholder-shown
|
|
1022
|
+
~ .pelcro-input-expiry-date-label{
|
|
1023
|
+
top: 0.625rem;
|
|
1024
|
+
left: 0.5rem;
|
|
1025
|
+
font-size: 0.875rem;
|
|
1026
|
+
line-height: 1.25rem;
|
|
1027
|
+
font-weight: 500;
|
|
1028
|
+
--tw-text-opacity: 1;
|
|
1029
|
+
color: rgba(156, 163, 175, var(--tw-text-opacity));
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.pelcro-root
|
|
1033
|
+
#pelcro-input-card-number:focus
|
|
1034
|
+
~ .pelcro-input-card-number-label, .pelcro-root
|
|
1035
|
+
#pelcro-input-cvc-number:focus
|
|
1036
|
+
~ .pelcro-input-cvc-number-label, .pelcro-root
|
|
1037
|
+
#pelcro-input-expiry-date:focus
|
|
1038
|
+
~ .pelcro-input-expiry-date-label{
|
|
1039
|
+
top: -0.5rem;
|
|
1040
|
+
--tw-bg-opacity: 1;
|
|
1041
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1042
|
+
padding-left: 0.25rem;
|
|
1043
|
+
padding-right: 0.25rem;
|
|
1044
|
+
font-size: 0.75rem;
|
|
1045
|
+
line-height: 1rem;
|
|
1046
|
+
transition-property: all;
|
|
1047
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1048
|
+
transition-duration: 150ms;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
947
1051
|
.pelcro-root .pelcro-checkbox-label {
|
|
948
1052
|
padding-left: 0.5rem;
|
|
949
1053
|
--tw-text-opacity: 1;
|
|
@@ -1336,7 +1440,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1336
1440
|
}
|
|
1337
1441
|
|
|
1338
1442
|
.pelcro-root .pelcro-alert-error {
|
|
1339
|
-
margin-bottom:
|
|
1443
|
+
margin-bottom: 1rem;
|
|
1340
1444
|
display: flex;
|
|
1341
1445
|
width: 100%;
|
|
1342
1446
|
align-items: center;
|
|
@@ -1356,7 +1460,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1356
1460
|
}
|
|
1357
1461
|
|
|
1358
1462
|
.pelcro-root .pelcro-alert-success {
|
|
1359
|
-
margin-bottom:
|
|
1463
|
+
margin-bottom: 1rem;
|
|
1360
1464
|
display: flex;
|
|
1361
1465
|
width: 100%;
|
|
1362
1466
|
align-items: center;
|
|
@@ -1673,6 +1777,23 @@ Add the correct display in Chrome and Safari.
|
|
|
1673
1777
|
height: auto;
|
|
1674
1778
|
}
|
|
1675
1779
|
|
|
1780
|
+
.pelcro-root .pelcro-select-plan-wrapper:hover, .pelcro-root .pelcro-select-product-wrapper:hover{
|
|
1781
|
+
border-width: 2px;
|
|
1782
|
+
border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
.pelcro-root .pelcro-select-plan-wrapper:hover,
|
|
1786
|
+
.pelcro-root .pelcro-select-product-wrapper:hover{
|
|
1787
|
+
transform: scale(1.05);
|
|
1788
|
+
transition: all 0.2s ease-out;
|
|
1789
|
+
box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.pelcro-root .pelcro-select-plan-wrapper,
|
|
1793
|
+
.pelcro-root .pelcro-select-product-wrapper {
|
|
1794
|
+
transition: all 0.2s ease-in-out;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1676
1797
|
.pelcro-root .loginOptions.threeColumns {
|
|
1677
1798
|
display: flex;
|
|
1678
1799
|
flex-wrap: wrap;
|
|
@@ -1723,6 +1844,8 @@ Add the correct display in Chrome and Safari.
|
|
|
1723
1844
|
display: block;
|
|
1724
1845
|
overflow: hidden;
|
|
1725
1846
|
padding: 0;
|
|
1847
|
+
padding-top: 0.75rem;
|
|
1848
|
+
padding-bottom: 0.75rem;
|
|
1726
1849
|
/* margin: 0 -10px; */
|
|
1727
1850
|
}
|
|
1728
1851
|
|
|
@@ -1959,10 +2082,6 @@ in order to scope selectors under pelcro-root
|
|
|
1959
2082
|
top: 1.5rem;
|
|
1960
2083
|
}
|
|
1961
2084
|
|
|
1962
|
-
.pelcro-root .plc-top-7{
|
|
1963
|
-
top: 1.75rem;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
2085
|
.pelcro-root .plc-top-24{
|
|
1967
2086
|
top: 6rem;
|
|
1968
2087
|
}
|
|
@@ -1971,6 +2090,10 @@ in order to scope selectors under pelcro-root
|
|
|
1971
2090
|
top: 0.375rem;
|
|
1972
2091
|
}
|
|
1973
2092
|
|
|
2093
|
+
.pelcro-root .plc--top-1{
|
|
2094
|
+
top: -0.25rem;
|
|
2095
|
+
}
|
|
2096
|
+
|
|
1974
2097
|
.pelcro-root .plc-top-1\/2{
|
|
1975
2098
|
top: 50%;
|
|
1976
2099
|
}
|
|
@@ -2116,6 +2239,10 @@ in order to scope selectors under pelcro-root
|
|
|
2116
2239
|
margin-right: 0.5rem;
|
|
2117
2240
|
}
|
|
2118
2241
|
|
|
2242
|
+
.pelcro-root .plc-mr-4{
|
|
2243
|
+
margin-right: 1rem;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2119
2246
|
.pelcro-root .plc-mr-6{
|
|
2120
2247
|
margin-right: 1.5rem;
|
|
2121
2248
|
}
|
|
@@ -2140,6 +2267,10 @@ in order to scope selectors under pelcro-root
|
|
|
2140
2267
|
margin-bottom: 1.5rem;
|
|
2141
2268
|
}
|
|
2142
2269
|
|
|
2270
|
+
.pelcro-root .plc-mb-8{
|
|
2271
|
+
margin-bottom: 2rem;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2143
2274
|
.pelcro-root .plc-mb-9{
|
|
2144
2275
|
margin-bottom: 2.25rem;
|
|
2145
2276
|
}
|
|
@@ -2164,6 +2295,10 @@ in order to scope selectors under pelcro-root
|
|
|
2164
2295
|
margin-left: 1rem;
|
|
2165
2296
|
}
|
|
2166
2297
|
|
|
2298
|
+
.pelcro-root .plc-ml-11{
|
|
2299
|
+
margin-left: 2.75rem;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2167
2302
|
.pelcro-root .plc--ml-2{
|
|
2168
2303
|
margin-left: -0.5rem;
|
|
2169
2304
|
}
|
|
@@ -2292,6 +2427,10 @@ in order to scope selectors under pelcro-root
|
|
|
2292
2427
|
min-height: 3rem;
|
|
2293
2428
|
}
|
|
2294
2429
|
|
|
2430
|
+
.pelcro-root .plc-min-h-card{
|
|
2431
|
+
min-height: 24.75rem;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2295
2434
|
.pelcro-root .plc-w-3{
|
|
2296
2435
|
width: 0.75rem;
|
|
2297
2436
|
}
|
|
@@ -2584,6 +2723,10 @@ in order to scope selectors under pelcro-root
|
|
|
2584
2723
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2585
2724
|
}
|
|
2586
2725
|
|
|
2726
|
+
.pelcro-root .plc-flex-row{
|
|
2727
|
+
flex-direction: row;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2587
2730
|
.pelcro-root .plc-flex-row-reverse{
|
|
2588
2731
|
flex-direction: row-reverse;
|
|
2589
2732
|
}
|
|
@@ -2636,10 +2779,6 @@ in order to scope selectors under pelcro-root
|
|
|
2636
2779
|
justify-items: center;
|
|
2637
2780
|
}
|
|
2638
2781
|
|
|
2639
|
-
.pelcro-root .plc-gap-2{
|
|
2640
|
-
gap: 0.5rem;
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
2782
|
.pelcro-root .plc-gap-x-3{
|
|
2644
2783
|
column-gap: 0.75rem;
|
|
2645
2784
|
}
|
|
@@ -2746,6 +2885,11 @@ in order to scope selectors under pelcro-root
|
|
|
2746
2885
|
border-radius: 9999px;
|
|
2747
2886
|
}
|
|
2748
2887
|
|
|
2888
|
+
.pelcro-root .plc-rounded-b-sm{
|
|
2889
|
+
border-bottom-right-radius: 0.125rem;
|
|
2890
|
+
border-bottom-left-radius: 0.125rem;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2749
2893
|
.pelcro-root .plc-border-0{
|
|
2750
2894
|
border-width: 0px;
|
|
2751
2895
|
}
|
|
@@ -2884,11 +3028,6 @@ in order to scope selectors under pelcro-root
|
|
|
2884
3028
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2885
3029
|
}
|
|
2886
3030
|
|
|
2887
|
-
.pelcro-root .plc-bg-gray-50{
|
|
2888
|
-
--tw-bg-opacity: 1;
|
|
2889
|
-
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
3031
|
.pelcro-root .plc-bg-gray-100{
|
|
2893
3032
|
--tw-bg-opacity: 1;
|
|
2894
3033
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
@@ -3022,8 +3161,8 @@ in order to scope selectors under pelcro-root
|
|
|
3022
3161
|
object-fit: contain;
|
|
3023
3162
|
}
|
|
3024
3163
|
|
|
3025
|
-
.pelcro-root .plc-object-
|
|
3026
|
-
object-position:
|
|
3164
|
+
.pelcro-root .plc-object-center{
|
|
3165
|
+
object-position: center;
|
|
3027
3166
|
}
|
|
3028
3167
|
|
|
3029
3168
|
.pelcro-root .plc-p-1{
|
|
@@ -3110,6 +3249,11 @@ in order to scope selectors under pelcro-root
|
|
|
3110
3249
|
padding-bottom: 1.25rem;
|
|
3111
3250
|
}
|
|
3112
3251
|
|
|
3252
|
+
.pelcro-root .plc-py-6{
|
|
3253
|
+
padding-top: 1.5rem;
|
|
3254
|
+
padding-bottom: 1.5rem;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3113
3257
|
.pelcro-root .plc-pt-1{
|
|
3114
3258
|
padding-top: 0.25rem;
|
|
3115
3259
|
}
|
|
@@ -3122,6 +3266,10 @@ in order to scope selectors under pelcro-root
|
|
|
3122
3266
|
padding-top: 1rem;
|
|
3123
3267
|
}
|
|
3124
3268
|
|
|
3269
|
+
.pelcro-root .plc-pt-5{
|
|
3270
|
+
padding-top: 1.25rem;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3125
3273
|
.pelcro-root .plc-pr-1{
|
|
3126
3274
|
padding-right: 0.25rem;
|
|
3127
3275
|
}
|
|
@@ -3130,14 +3278,14 @@ in order to scope selectors under pelcro-root
|
|
|
3130
3278
|
padding-right: 0.5rem;
|
|
3131
3279
|
}
|
|
3132
3280
|
|
|
3133
|
-
.pelcro-root .plc-pr-4{
|
|
3134
|
-
padding-right: 1rem;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
3281
|
.pelcro-root .plc-pb-4{
|
|
3138
3282
|
padding-bottom: 1rem;
|
|
3139
3283
|
}
|
|
3140
3284
|
|
|
3285
|
+
.pelcro-root .plc-pl-1{
|
|
3286
|
+
padding-left: 0.25rem;
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3141
3289
|
.pelcro-root .plc-pl-2{
|
|
3142
3290
|
padding-left: 0.5rem;
|
|
3143
3291
|
}
|
|
@@ -3146,6 +3294,10 @@ in order to scope selectors under pelcro-root
|
|
|
3146
3294
|
padding-left: 1rem;
|
|
3147
3295
|
}
|
|
3148
3296
|
|
|
3297
|
+
.pelcro-root .plc-pl-20{
|
|
3298
|
+
padding-left: 5rem;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3149
3301
|
.pelcro-root .plc-text-left{
|
|
3150
3302
|
text-align: left;
|
|
3151
3303
|
}
|
|
@@ -3217,6 +3369,10 @@ in order to scope selectors under pelcro-root
|
|
|
3217
3369
|
font-weight: 700;
|
|
3218
3370
|
}
|
|
3219
3371
|
|
|
3372
|
+
.pelcro-root .plc-font-extrabold{
|
|
3373
|
+
font-weight: 800;
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3220
3376
|
.pelcro-root .plc-uppercase{
|
|
3221
3377
|
text-transform: uppercase;
|
|
3222
3378
|
}
|
|
@@ -3245,10 +3401,6 @@ in order to scope selectors under pelcro-root
|
|
|
3245
3401
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
3246
3402
|
}
|
|
3247
3403
|
|
|
3248
|
-
.pelcro-root .plc-text-primary-800{
|
|
3249
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
3404
|
.pelcro-root .plc-text-primary{
|
|
3253
3405
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
|
|
3254
3406
|
}
|
|
@@ -3502,9 +3654,9 @@ in order to scope selectors under pelcro-root
|
|
|
3502
3654
|
--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
|
|
3503
3655
|
}
|
|
3504
3656
|
|
|
3505
|
-
.pelcro-root .plc-ring-red-
|
|
3657
|
+
.pelcro-root .plc-ring-red-300{
|
|
3506
3658
|
--tw-ring-opacity: 1;
|
|
3507
|
-
--tw-ring-color: rgba(
|
|
3659
|
+
--tw-ring-color: rgba(219, 110, 106, var(--tw-ring-opacity));
|
|
3508
3660
|
}
|
|
3509
3661
|
|
|
3510
3662
|
.pelcro-root .focus\:plc-ring-primary-300:focus{
|
|
@@ -3708,6 +3860,10 @@ in order to scope selectors under pelcro-root
|
|
|
3708
3860
|
max-width: 36rem;
|
|
3709
3861
|
}
|
|
3710
3862
|
|
|
3863
|
+
.pelcro-root .md\:plc-max-w-60\%{
|
|
3864
|
+
max-width: 60%;
|
|
3865
|
+
}
|
|
3866
|
+
|
|
3711
3867
|
.pelcro-root .md\:plc-max-w-70\%{
|
|
3712
3868
|
max-width: 70%;
|
|
3713
3869
|
}
|
|
@@ -3723,6 +3879,10 @@ in order to scope selectors under pelcro-root
|
|
|
3723
3879
|
.pelcro-root .md\:plc-whitespace-nowrap{
|
|
3724
3880
|
white-space: nowrap;
|
|
3725
3881
|
}
|
|
3882
|
+
|
|
3883
|
+
.pelcro-root .md\:plc-p-8{
|
|
3884
|
+
padding: 2rem;
|
|
3885
|
+
}
|
|
3726
3886
|
}
|
|
3727
3887
|
|
|
3728
3888
|
@media (min-width: 1024px){
|