@designcrowd/fe-shared-lib 1.2.12-ml-259-3 → 1.2.12
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/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +27 -3
- package/public/css/tailwind-brandPage.css +24 -3
- package/public/css/tailwind-crazyDomains.css +27 -3
- package/public/css/tailwind-designCom.css +27 -3
- package/public/css/tailwind-designCrowd.css +27 -3
- package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
- package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
package/package.json
CHANGED
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.theme-brandCrowd .tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.theme-brandCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-brandCrowd .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-brandCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-brandCrowd .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-brandCrowd .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1453,6 +1457,17 @@ video {
|
|
|
1453
1457
|
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1454
1458
|
--tw-bg-opacity: 0.8;
|
|
1455
1459
|
}
|
|
1460
|
+
.theme-brandCrowd .tw-bg-gradient-to-t {
|
|
1461
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
+
}
|
|
1463
|
+
.theme-brandCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
+
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
+
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
+
}
|
|
1468
|
+
.theme-brandCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
+
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
+
}
|
|
1456
1471
|
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1457
1472
|
background-repeat: no-repeat;
|
|
1458
1473
|
}
|
|
@@ -2016,6 +2031,9 @@ video {
|
|
|
2016
2031
|
}
|
|
2017
2032
|
--tw-bg-opacity: 1;
|
|
2018
2033
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2034
|
+
}
|
|
2035
|
+
--tw-bg-opacity: 1;
|
|
2036
|
+
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2019
2037
|
}
|
|
2020
2038
|
--tw-bg-opacity: 1;
|
|
2021
2039
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
@@ -2064,6 +2082,9 @@ video {
|
|
|
2064
2082
|
}
|
|
2065
2083
|
--tw-shadow-color: #0097D7 !important;
|
|
2066
2084
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
+
}
|
|
2086
|
+
--tw-brightness: brightness(0.85);
|
|
2087
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2067
2088
|
}
|
|
2068
2089
|
--tw-border-opacity: 1;
|
|
2069
2090
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
@@ -2173,6 +2194,9 @@ video {
|
|
|
2173
2194
|
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2174
2195
|
margin-left: 1rem;
|
|
2175
2196
|
}
|
|
2197
|
+
.theme-brandCrowd .md\:tw-mr-2 {
|
|
2198
|
+
margin-right: 0.5rem;
|
|
2199
|
+
}
|
|
2176
2200
|
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2177
2201
|
margin-top: 0px;
|
|
2178
2202
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.theme-brandPage .tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.theme-brandPage .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-brandPage .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-brandPage .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-brandPage .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-brandPage .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-brandPage .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1301,6 +1305,17 @@ video {
|
|
|
1301
1305
|
.theme-brandPage .tw-bg-opacity-80 {
|
|
1302
1306
|
--tw-bg-opacity: 0.8;
|
|
1303
1307
|
}
|
|
1308
|
+
.theme-brandPage .tw-bg-gradient-to-t {
|
|
1309
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1310
|
+
}
|
|
1311
|
+
.theme-brandPage .tw-from-\[\#d946ef\] {
|
|
1312
|
+
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1313
|
+
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1314
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1315
|
+
}
|
|
1316
|
+
.theme-brandPage .tw-to-\[\#8b5cf6\] {
|
|
1317
|
+
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1318
|
+
}
|
|
1304
1319
|
.theme-brandPage .tw-bg-no-repeat {
|
|
1305
1320
|
background-repeat: no-repeat;
|
|
1306
1321
|
}
|
|
@@ -1789,6 +1804,9 @@ video {
|
|
|
1789
1804
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1790
1805
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1791
1806
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1807
|
+
}
|
|
1808
|
+
--tw-brightness: brightness(0.85);
|
|
1809
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1792
1810
|
}
|
|
1793
1811
|
--tw-border-opacity: 1;
|
|
1794
1812
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
@@ -1885,6 +1903,9 @@ video {
|
|
|
1885
1903
|
.theme-brandPage .md\:tw-ml-4 {
|
|
1886
1904
|
margin-left: 1rem;
|
|
1887
1905
|
}
|
|
1906
|
+
.theme-brandPage .md\:tw-mr-2 {
|
|
1907
|
+
margin-right: 0.5rem;
|
|
1908
|
+
}
|
|
1888
1909
|
.theme-brandPage .md\:tw-mt-0 {
|
|
1889
1910
|
margin-top: 0px;
|
|
1890
1911
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.theme-crazyDomains .tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.theme-crazyDomains .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-crazyDomains .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-crazyDomains .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-crazyDomains .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-crazyDomains .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1453,6 +1457,17 @@ video {
|
|
|
1453
1457
|
.theme-crazyDomains .tw-bg-opacity-80 {
|
|
1454
1458
|
--tw-bg-opacity: 0.8;
|
|
1455
1459
|
}
|
|
1460
|
+
.theme-crazyDomains .tw-bg-gradient-to-t {
|
|
1461
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
+
}
|
|
1463
|
+
.theme-crazyDomains .tw-from-\[\#d946ef\] {
|
|
1464
|
+
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
+
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
+
}
|
|
1468
|
+
.theme-crazyDomains .tw-to-\[\#8b5cf6\] {
|
|
1469
|
+
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
+
}
|
|
1456
1471
|
.theme-crazyDomains .tw-bg-no-repeat {
|
|
1457
1472
|
background-repeat: no-repeat;
|
|
1458
1473
|
}
|
|
@@ -2016,6 +2031,9 @@ video {
|
|
|
2016
2031
|
}
|
|
2017
2032
|
--tw-bg-opacity: 1;
|
|
2018
2033
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
2034
|
+
}
|
|
2035
|
+
--tw-bg-opacity: 1;
|
|
2036
|
+
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2019
2037
|
}
|
|
2020
2038
|
--tw-bg-opacity: 1;
|
|
2021
2039
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
@@ -2064,6 +2082,9 @@ video {
|
|
|
2064
2082
|
}
|
|
2065
2083
|
--tw-shadow-color: #00A1EF !important;
|
|
2066
2084
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
+
}
|
|
2086
|
+
--tw-brightness: brightness(0.85);
|
|
2087
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2067
2088
|
}
|
|
2068
2089
|
--tw-border-opacity: 1;
|
|
2069
2090
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
@@ -2173,6 +2194,9 @@ video {
|
|
|
2173
2194
|
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2174
2195
|
margin-left: 1rem;
|
|
2175
2196
|
}
|
|
2197
|
+
.theme-crazyDomains .md\:tw-mr-2 {
|
|
2198
|
+
margin-right: 0.5rem;
|
|
2199
|
+
}
|
|
2176
2200
|
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2177
2201
|
margin-top: 0px;
|
|
2178
2202
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.theme-designCom .tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.theme-designCom .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-designCom .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-designCom .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-designCom .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-designCom .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-designCom .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1453,6 +1457,17 @@ video {
|
|
|
1453
1457
|
.theme-designCom .tw-bg-opacity-80 {
|
|
1454
1458
|
--tw-bg-opacity: 0.8;
|
|
1455
1459
|
}
|
|
1460
|
+
.theme-designCom .tw-bg-gradient-to-t {
|
|
1461
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
+
}
|
|
1463
|
+
.theme-designCom .tw-from-\[\#d946ef\] {
|
|
1464
|
+
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
+
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
+
}
|
|
1468
|
+
.theme-designCom .tw-to-\[\#8b5cf6\] {
|
|
1469
|
+
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
+
}
|
|
1456
1471
|
.theme-designCom .tw-bg-no-repeat {
|
|
1457
1472
|
background-repeat: no-repeat;
|
|
1458
1473
|
}
|
|
@@ -2016,6 +2031,9 @@ video {
|
|
|
2016
2031
|
}
|
|
2017
2032
|
--tw-bg-opacity: 1;
|
|
2018
2033
|
background-color: rgb(50 71 197 / var(--tw-bg-opacity));
|
|
2034
|
+
}
|
|
2035
|
+
--tw-bg-opacity: 1;
|
|
2036
|
+
background-color: rgb(236 238 254 / var(--tw-bg-opacity));
|
|
2019
2037
|
}
|
|
2020
2038
|
--tw-bg-opacity: 1;
|
|
2021
2039
|
background-color: rgb(121 139 249 / var(--tw-bg-opacity));
|
|
@@ -2064,6 +2082,9 @@ video {
|
|
|
2064
2082
|
}
|
|
2065
2083
|
--tw-shadow-color: #3f59f6 !important;
|
|
2066
2084
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
+
}
|
|
2086
|
+
--tw-brightness: brightness(0.85);
|
|
2087
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2067
2088
|
}
|
|
2068
2089
|
--tw-border-opacity: 1;
|
|
2069
2090
|
border-color: rgb(182 58 42 / var(--tw-border-opacity));
|
|
@@ -2173,6 +2194,9 @@ video {
|
|
|
2173
2194
|
.theme-designCom .md\:tw-ml-4 {
|
|
2174
2195
|
margin-left: 1rem;
|
|
2175
2196
|
}
|
|
2197
|
+
.theme-designCom .md\:tw-mr-2 {
|
|
2198
|
+
margin-right: 0.5rem;
|
|
2199
|
+
}
|
|
2176
2200
|
.theme-designCom .md\:tw-mt-0 {
|
|
2177
2201
|
margin-top: 0px;
|
|
2178
2202
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.theme-designCrowd .tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.theme-designCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-designCrowd .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-designCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-designCrowd .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-designCrowd .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1453,6 +1457,17 @@ video {
|
|
|
1453
1457
|
.theme-designCrowd .tw-bg-opacity-80 {
|
|
1454
1458
|
--tw-bg-opacity: 0.8;
|
|
1455
1459
|
}
|
|
1460
|
+
.theme-designCrowd .tw-bg-gradient-to-t {
|
|
1461
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
+
}
|
|
1463
|
+
.theme-designCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
+
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
+
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
+
}
|
|
1468
|
+
.theme-designCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
+
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
+
}
|
|
1456
1471
|
.theme-designCrowd .tw-bg-no-repeat {
|
|
1457
1472
|
background-repeat: no-repeat;
|
|
1458
1473
|
}
|
|
@@ -2016,6 +2031,9 @@ video {
|
|
|
2016
2031
|
}
|
|
2017
2032
|
--tw-bg-opacity: 1;
|
|
2018
2033
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2034
|
+
}
|
|
2035
|
+
--tw-bg-opacity: 1;
|
|
2036
|
+
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2019
2037
|
}
|
|
2020
2038
|
--tw-bg-opacity: 1;
|
|
2021
2039
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
@@ -2064,6 +2082,9 @@ video {
|
|
|
2064
2082
|
}
|
|
2065
2083
|
--tw-shadow-color: #1197EB !important;
|
|
2066
2084
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
+
}
|
|
2086
|
+
--tw-brightness: brightness(0.85);
|
|
2087
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2067
2088
|
}
|
|
2068
2089
|
--tw-border-opacity: 1;
|
|
2069
2090
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
@@ -2173,6 +2194,9 @@ video {
|
|
|
2173
2194
|
.theme-designCrowd .md\:tw-ml-4 {
|
|
2174
2195
|
margin-left: 1rem;
|
|
2175
2196
|
}
|
|
2197
|
+
.theme-designCrowd .md\:tw-mr-2 {
|
|
2198
|
+
margin-right: 0.5rem;
|
|
2199
|
+
}
|
|
2176
2200
|
.theme-designCrowd .md\:tw-mt-0 {
|
|
2177
2201
|
margin-top: 0px;
|
|
2178
2202
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"price": {
|
|
3
|
-
"domainCreditUsed": "Verwendetes Domain-Guthaben",
|
|
4
|
-
"free": "Kostenlos"
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"price" : {
|
|
3
|
+
"domainCreditUsed" : "Verwendetes Domain-Guthaben",
|
|
4
|
+
"free" : "Kostenlos"
|
|
5
|
+
}
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"price": {
|
|
3
|
-
"domainCreditUsed": "Crédito del dominio usado",
|
|
4
|
-
"free": "Gratis"
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"price" : {
|
|
3
|
+
"domainCreditUsed" : "Crédito del dominio usado",
|
|
4
|
+
"free" : "Gratis"
|
|
5
|
+
}
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"price": {
|
|
3
|
-
"domainCreditUsed": "Crédit de domaine utilisé",
|
|
4
|
-
"free": "Gratuit"
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"price" : {
|
|
3
|
+
"domainCreditUsed" : "Crédit de domaine utilisé",
|
|
4
|
+
"free" : "Gratuit"
|
|
5
|
+
}
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"price": {
|
|
3
|
-
"domainCreditUsed": "Crédito de domínio utilizado",
|
|
4
|
-
"free": "Grátis"
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"price" : {
|
|
3
|
+
"domainCreditUsed" : "Crédito de domínio utilizado",
|
|
4
|
+
"free" : "Grátis"
|
|
5
|
+
}
|
|
6
6
|
}
|