@pzh-ui/css 0.0.58 → 0.0.60
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 +2 -2
- package/src/tailwind.css +127 -120
- package/src/tailwind.src.css +7 -102
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.60",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"react-datepicker": "^4.7.0",
|
|
22
22
|
"react-toastify": "^9.1.2"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "56c26efa41e63e7e8dcac7653c9dcd1b9149097e",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.0.23"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1304,8 +1304,8 @@ select {
|
|
|
1304
1304
|
margin-top: -2px;
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
|
-
.
|
|
1308
|
-
margin-
|
|
1307
|
+
.mr-\[8px\] {
|
|
1308
|
+
margin-right: 8px;
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
1311
|
.-mt-0\.5 {
|
|
@@ -1316,10 +1316,6 @@ select {
|
|
|
1316
1316
|
margin-top: -0px;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
-
.mr-\[8px\] {
|
|
1320
|
-
margin-right: 8px;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
1319
|
.ml-4 {
|
|
1324
1320
|
margin-left: 1rem;
|
|
1325
1321
|
}
|
|
@@ -1332,6 +1328,10 @@ select {
|
|
|
1332
1328
|
margin-top: 0.25rem;
|
|
1333
1329
|
}
|
|
1334
1330
|
|
|
1331
|
+
.ml-2 {
|
|
1332
|
+
margin-left: 0.5rem;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
1335
|
.mt-\[1px\] {
|
|
1336
1336
|
margin-top: 1px;
|
|
1337
1337
|
}
|
|
@@ -1352,10 +1352,18 @@ select {
|
|
|
1352
1352
|
margin-bottom: -2px;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
+
.mt-4 {
|
|
1356
|
+
margin-top: 1rem;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1355
1359
|
.mt-3 {
|
|
1356
1360
|
margin-top: 0.75rem;
|
|
1357
1361
|
}
|
|
1358
1362
|
|
|
1363
|
+
.-mt-\[4px\] {
|
|
1364
|
+
margin-top: -4px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1359
1367
|
.mb-2 {
|
|
1360
1368
|
margin-bottom: 0.5rem;
|
|
1361
1369
|
}
|
|
@@ -1444,6 +1452,10 @@ select {
|
|
|
1444
1452
|
height: 2rem;
|
|
1445
1453
|
}
|
|
1446
1454
|
|
|
1455
|
+
.h-\[4px\] {
|
|
1456
|
+
height: 4px;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1447
1459
|
.h-\[8px\] {
|
|
1448
1460
|
height: 8px;
|
|
1449
1461
|
}
|
|
@@ -1476,8 +1488,10 @@ select {
|
|
|
1476
1488
|
width: 1rem;
|
|
1477
1489
|
}
|
|
1478
1490
|
|
|
1479
|
-
|
|
1480
|
-
width:
|
|
1491
|
+
.\!w-max {
|
|
1492
|
+
width: -webkit-max-content !important;
|
|
1493
|
+
width: -moz-max-content !important;
|
|
1494
|
+
width: max-content !important;
|
|
1481
1495
|
}
|
|
1482
1496
|
|
|
1483
1497
|
.w-\[8px\] {
|
|
@@ -1488,6 +1502,10 @@ select {
|
|
|
1488
1502
|
width: 1.75rem;
|
|
1489
1503
|
}
|
|
1490
1504
|
|
|
1505
|
+
.min-w-\[320px\] {
|
|
1506
|
+
min-width: 320px;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1491
1509
|
.max-w-screen-xl {
|
|
1492
1510
|
max-width: 1280px;
|
|
1493
1511
|
}
|
|
@@ -1496,6 +1514,10 @@ select {
|
|
|
1496
1514
|
max-width: 72rem;
|
|
1497
1515
|
}
|
|
1498
1516
|
|
|
1517
|
+
.max-w-\[400px\] {
|
|
1518
|
+
max-width: 400px;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1499
1521
|
.max-w-\[300px\] {
|
|
1500
1522
|
max-width: 300px;
|
|
1501
1523
|
}
|
|
@@ -1508,6 +1530,10 @@ select {
|
|
|
1508
1530
|
max-width: 100%;
|
|
1509
1531
|
}
|
|
1510
1532
|
|
|
1533
|
+
.origin-left {
|
|
1534
|
+
transform-origin: left;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1511
1537
|
.translate-y-2 {
|
|
1512
1538
|
--tw-translate-y: 0.5rem;
|
|
1513
1539
|
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));
|
|
@@ -1687,6 +1713,11 @@ select {
|
|
|
1687
1713
|
border-color: rgb(80 61 144 / var(--tw-border-opacity));
|
|
1688
1714
|
}
|
|
1689
1715
|
|
|
1716
|
+
.border-pzh-white {
|
|
1717
|
+
--tw-border-opacity: 1;
|
|
1718
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1690
1721
|
.border-pzh-gray-600 {
|
|
1691
1722
|
--tw-border-opacity: 1;
|
|
1692
1723
|
border-color: rgb(138 136 157 / var(--tw-border-opacity));
|
|
@@ -1702,6 +1733,11 @@ select {
|
|
|
1702
1733
|
border-color: rgb(173 172 186 / var(--tw-border-opacity));
|
|
1703
1734
|
}
|
|
1704
1735
|
|
|
1736
|
+
.border-pzh-blue {
|
|
1737
|
+
--tw-border-opacity: 1;
|
|
1738
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1705
1741
|
.border-opacity-35 {
|
|
1706
1742
|
--tw-border-opacity: 0.35;
|
|
1707
1743
|
}
|
|
@@ -1746,9 +1782,14 @@ select {
|
|
|
1746
1782
|
background-color: rgb(123 173 222 / var(--tw-bg-opacity));
|
|
1747
1783
|
}
|
|
1748
1784
|
|
|
1749
|
-
.bg-
|
|
1785
|
+
.bg-pzh-orange {
|
|
1786
|
+
--tw-bg-opacity: 1;
|
|
1787
|
+
background-color: rgb(255 107 2 / var(--tw-bg-opacity));
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.bg-\[\#333333\] {
|
|
1750
1791
|
--tw-bg-opacity: 1;
|
|
1751
|
-
background-color: rgb(
|
|
1792
|
+
background-color: rgb(51 51 51 / var(--tw-bg-opacity));
|
|
1752
1793
|
}
|
|
1753
1794
|
|
|
1754
1795
|
.bg-pzh-gray-100 {
|
|
@@ -1769,10 +1810,6 @@ select {
|
|
|
1769
1810
|
--tw-bg-opacity: 0.2;
|
|
1770
1811
|
}
|
|
1771
1812
|
|
|
1772
|
-
.bg-opacity-80 {
|
|
1773
|
-
--tw-bg-opacity: 0.8;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
1813
|
.p-1 {
|
|
1777
1814
|
padding: 0.25rem;
|
|
1778
1815
|
}
|
|
@@ -1785,6 +1822,10 @@ select {
|
|
|
1785
1822
|
padding: 0.5rem;
|
|
1786
1823
|
}
|
|
1787
1824
|
|
|
1825
|
+
.p-3 {
|
|
1826
|
+
padding: 0.75rem;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1788
1829
|
.p-4 {
|
|
1789
1830
|
padding: 1rem;
|
|
1790
1831
|
}
|
|
@@ -1907,6 +1948,10 @@ select {
|
|
|
1907
1948
|
padding-bottom: 0.25rem;
|
|
1908
1949
|
}
|
|
1909
1950
|
|
|
1951
|
+
.pr-2 {
|
|
1952
|
+
padding-right: 0.5rem;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1910
1955
|
.pl-\[34px\] {
|
|
1911
1956
|
padding-left: 34px;
|
|
1912
1957
|
}
|
|
@@ -1931,6 +1976,10 @@ select {
|
|
|
1931
1976
|
font-size: 0.875rem;
|
|
1932
1977
|
}
|
|
1933
1978
|
|
|
1979
|
+
.text-\[18px\] {
|
|
1980
|
+
font-size: 18px;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1934
1983
|
.text-xs {
|
|
1935
1984
|
font-size: 0.75rem;
|
|
1936
1985
|
}
|
|
@@ -1967,6 +2016,10 @@ select {
|
|
|
1967
2016
|
line-height: 1.5;
|
|
1968
2017
|
}
|
|
1969
2018
|
|
|
2019
|
+
.leading-none {
|
|
2020
|
+
line-height: 1;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
1970
2023
|
.leading-5 {
|
|
1971
2024
|
line-height: 1.25rem;
|
|
1972
2025
|
}
|
|
@@ -1979,10 +2032,6 @@ select {
|
|
|
1979
2032
|
line-height: 1.5rem;
|
|
1980
2033
|
}
|
|
1981
2034
|
|
|
1982
|
-
.leading-none {
|
|
1983
|
-
line-height: 1;
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
2035
|
.text-pzh-blue-dark {
|
|
1987
2036
|
--tw-text-opacity: 1;
|
|
1988
2037
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
@@ -2023,6 +2072,11 @@ select {
|
|
|
2023
2072
|
color: rgb(80 61 144 / var(--tw-text-opacity));
|
|
2024
2073
|
}
|
|
2025
2074
|
|
|
2075
|
+
.text-pzh-white {
|
|
2076
|
+
--tw-text-opacity: 1;
|
|
2077
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2026
2080
|
.text-white {
|
|
2027
2081
|
--tw-text-opacity: 1;
|
|
2028
2082
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -2033,6 +2087,16 @@ select {
|
|
|
2033
2087
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2034
2088
|
}
|
|
2035
2089
|
|
|
2090
|
+
.text-pzh-blue-light {
|
|
2091
|
+
--tw-text-opacity: 1;
|
|
2092
|
+
color: rgb(123 173 222 / var(--tw-text-opacity));
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.text-pzh-orange {
|
|
2096
|
+
--tw-text-opacity: 1;
|
|
2097
|
+
color: rgb(255 107 2 / var(--tw-text-opacity));
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2036
2100
|
.text-pzh-gray-600 {
|
|
2037
2101
|
--tw-text-opacity: 1;
|
|
2038
2102
|
color: rgb(138 136 157 / var(--tw-text-opacity));
|
|
@@ -2051,6 +2115,10 @@ select {
|
|
|
2051
2115
|
text-decoration-thickness: 1px;
|
|
2052
2116
|
}
|
|
2053
2117
|
|
|
2118
|
+
.underline-offset-2 {
|
|
2119
|
+
text-underline-offset: 2px;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2054
2122
|
.opacity-0 {
|
|
2055
2123
|
opacity: 0;
|
|
2056
2124
|
}
|
|
@@ -2086,6 +2154,23 @@ select {
|
|
|
2086
2154
|
outline-offset: 2px;
|
|
2087
2155
|
}
|
|
2088
2156
|
|
|
2157
|
+
.ring {
|
|
2158
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2159
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2160
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
.ring-2 {
|
|
2164
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2165
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2166
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
.ring-pzh-blue {
|
|
2170
|
+
--tw-ring-opacity: 1;
|
|
2171
|
+
--tw-ring-color: rgb(40 31 107 / var(--tw-ring-opacity));
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2089
2174
|
.blur {
|
|
2090
2175
|
--tw-blur: blur(8px);
|
|
2091
2176
|
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);
|
|
@@ -2209,6 +2294,7 @@ b {
|
|
|
2209
2294
|
display: inline-block;
|
|
2210
2295
|
border-radius: 0.25rem;
|
|
2211
2296
|
line-height: 1;
|
|
2297
|
+
--tw-ring-offset-width: 2px;
|
|
2212
2298
|
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
2213
2299
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2214
2300
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
@@ -2223,6 +2309,8 @@ b {
|
|
|
2223
2309
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2224
2310
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2225
2311
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2312
|
+
--tw-ring-opacity: 1;
|
|
2313
|
+
--tw-ring-color: rgb(22 17 59 / var(--tw-ring-opacity));
|
|
2226
2314
|
}
|
|
2227
2315
|
|
|
2228
2316
|
.pzh-button:disabled {
|
|
@@ -2267,14 +2355,20 @@ b {
|
|
|
2267
2355
|
|
|
2268
2356
|
.pzh-form-input:hover {
|
|
2269
2357
|
--tw-border-opacity: 1;
|
|
2270
|
-
border-color: rgb(
|
|
2358
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
2271
2359
|
}
|
|
2272
2360
|
|
|
2273
2361
|
.pzh-form-input:focus {
|
|
2274
2362
|
--tw-border-opacity: 1;
|
|
2275
|
-
border-color: rgb(
|
|
2363
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
2276
2364
|
outline: 2px solid transparent;
|
|
2277
2365
|
outline-offset: 2px;
|
|
2366
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2367
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2368
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2369
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2370
|
+
--tw-ring-opacity: 1;
|
|
2371
|
+
--tw-ring-color: rgb(40 31 107 / var(--tw-ring-opacity));
|
|
2278
2372
|
}
|
|
2279
2373
|
|
|
2280
2374
|
.pzh-form-input:disabled {
|
|
@@ -2383,6 +2477,19 @@ b {
|
|
|
2383
2477
|
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgba(22, 17, 59, 0.35)' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
|
|
2384
2478
|
}
|
|
2385
2479
|
|
|
2480
|
+
.pzh-form-radio:focus + span:before, .pzh-form-checkbox:focus + span:before {
|
|
2481
|
+
--tw-border-opacity: 1;
|
|
2482
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
2483
|
+
outline: 2px solid transparent;
|
|
2484
|
+
outline-offset: 2px;
|
|
2485
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2486
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2487
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2488
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2489
|
+
--tw-ring-opacity: 1;
|
|
2490
|
+
--tw-ring-color: rgb(40 31 107 / var(--tw-ring-opacity));
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2386
2493
|
.form-field-label {
|
|
2387
2494
|
margin-bottom: 0.5rem;
|
|
2388
2495
|
display: block;
|
|
@@ -2503,106 +2610,6 @@ b {
|
|
|
2503
2610
|
line-height: 14px;
|
|
2504
2611
|
}
|
|
2505
2612
|
|
|
2506
|
-
/*
|
|
2507
|
-
* React Quill
|
|
2508
|
-
*/
|
|
2509
|
-
|
|
2510
|
-
.quill .ql-toolbar.ql-snow {
|
|
2511
|
-
padding: 0px;
|
|
2512
|
-
border-top-left-radius: 0.25rem;
|
|
2513
|
-
border-top-right-radius: 0.25rem;
|
|
2514
|
-
background: white;
|
|
2515
|
-
border-color: rgba(203, 213, 224, 1);
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
.quill .ql-toolbar.ql-snow button {
|
|
2519
|
-
height: 2rem;
|
|
2520
|
-
width: 2rem;
|
|
2521
|
-
display: flex;
|
|
2522
|
-
justify-content: center;
|
|
2523
|
-
align-items: center;
|
|
2524
|
-
padding: 0.5rem;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
.quill .ql-toolbar.ql-snow button svg path,
|
|
2528
|
-
.quill .ql-toolbar.ql-snow button svg line,
|
|
2529
|
-
.quill .ql-toolbar.ql-snow button:hover svg path,
|
|
2530
|
-
.quill .ql-toolbar.ql-snow button:hover svg line {
|
|
2531
|
-
stroke: #16113b;
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.quill .ql-toolbar.ql-snow button.ql-active svg path,
|
|
2535
|
-
.quill .ql-toolbar.ql-snow button.ql-active svg line {
|
|
2536
|
-
stroke: #00804d;
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
.quill .ql-toolbar.ql-snow,
|
|
2540
|
-
.quill .ql-toolbar.ql-snow .ql-formats {
|
|
2541
|
-
display: flex;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
.quill .ql-toolbar.ql-snow {
|
|
2545
|
-
padding: 0 5px;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
.quill .ql-toolbar.ql-snow .ql-formats {
|
|
2549
|
-
margin: 0;
|
|
2550
|
-
border-right: 1px solid rgba(203, 213, 224, 1);
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
.quill .ql-container {
|
|
2554
|
-
padding-bottom: 0.25rem;
|
|
2555
|
-
border-bottom-left-radius: 0.25rem;
|
|
2556
|
-
border-bottom-right-radius: 0.25rem;
|
|
2557
|
-
background: white;
|
|
2558
|
-
border-color: rgba(203, 213, 224, 1);
|
|
2559
|
-
font-family: 'Karbon Regular', sans-serif;
|
|
2560
|
-
font-weight: 400;
|
|
2561
|
-
font-size: 20px;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.quill .editor.ql-container.ql-snow .ql-editor {
|
|
2565
|
-
color: #4a5568;
|
|
2566
|
-
line-height: 1.25;
|
|
2567
|
-
font-size: 1rem;
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
.quill .ql-container .ql-editor p,
|
|
2571
|
-
.quill .ql-container .ql-editor ul {
|
|
2572
|
-
margin-bottom: 20px;
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
.quill .ql-container .ql-editor ul {
|
|
2576
|
-
padding-left: 0;
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
.quill .ql-container .ql-editor strong {
|
|
2580
|
-
font-family: 'Karbon Medium', sans-serif;
|
|
2581
|
-
font-weight: 700;
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
.quill .ql-container .ql-editor ul li {
|
|
2585
|
-
padding-left: 20px;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
2589
|
-
padding-left: 40px;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
2593
|
-
font-size: 1.125rem;
|
|
2594
|
-
margin-top: 10px;
|
|
2595
|
-
margin-bottom: 5px;
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
.quill .ql-disabled {
|
|
2599
|
-
background: #ebebeb;
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
.quill .ql-disabled .ql-editor {
|
|
2603
|
-
opacity: 0.55;
|
|
2604
|
-
}
|
|
2605
|
-
|
|
2606
2613
|
.pzh-select-input input {
|
|
2607
2614
|
box-shadow: none !important;
|
|
2608
2615
|
}
|
package/src/tailwind.src.css
CHANGED
|
@@ -58,11 +58,11 @@ b {
|
|
|
58
58
|
*/
|
|
59
59
|
|
|
60
60
|
.pzh-button {
|
|
61
|
-
@apply inline-block transition duration-200 ease-in rounded focus:outline-none focus:ring leading-none disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 disabled:cursor-not-allowed;
|
|
61
|
+
@apply inline-block transition duration-200 ease-in rounded focus:outline-none focus:ring focus:ring-pzh-blue-dark ring-offset-2 leading-none disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 disabled:cursor-not-allowed;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.pzh-form-input {
|
|
65
|
-
@apply block w-full pt-[10px] pb-[6px] leading-[30px] placeholder-pzh-gray-600 text-pzh-blue-dark border border-pzh-gray-600 rounded appearance-none focus:outline-none hover:border-pzh-blue-
|
|
65
|
+
@apply block w-full pt-[10px] pb-[6px] leading-[30px] placeholder-pzh-gray-600 text-pzh-blue-dark border border-pzh-gray-600 rounded appearance-none focus:outline-none hover:border-pzh-blue focus:ring focus:ring-2 focus:ring-pzh-blue focus:outline-none focus:border-pzh-blue disabled:bg-pzh-gray-200;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.pzh-form-error,
|
|
@@ -116,6 +116,11 @@ b {
|
|
|
116
116
|
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgba(22, 17, 59, 0.35)' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
.pzh-form-radio:focus + span:before,
|
|
120
|
+
.pzh-form-checkbox:focus + span:before {
|
|
121
|
+
@apply ring ring-2 ring-pzh-blue outline-none border-pzh-blue;
|
|
122
|
+
}
|
|
123
|
+
|
|
119
124
|
.form-field-label {
|
|
120
125
|
@apply block mb-2 text-xs tracking-wide text-gray-700 uppercase;
|
|
121
126
|
}
|
|
@@ -202,106 +207,6 @@ b {
|
|
|
202
207
|
@apply leading-[14px];
|
|
203
208
|
}
|
|
204
209
|
|
|
205
|
-
/*
|
|
206
|
-
* React Quill
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
|
-
.quill .ql-toolbar.ql-snow {
|
|
210
|
-
padding: 0px;
|
|
211
|
-
border-top-left-radius: 0.25rem;
|
|
212
|
-
border-top-right-radius: 0.25rem;
|
|
213
|
-
background: white;
|
|
214
|
-
border-color: rgba(203, 213, 224, 1);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.quill .ql-toolbar.ql-snow button {
|
|
218
|
-
height: 2rem;
|
|
219
|
-
width: 2rem;
|
|
220
|
-
display: flex;
|
|
221
|
-
justify-content: center;
|
|
222
|
-
align-items: center;
|
|
223
|
-
padding: 0.5rem;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.quill .ql-toolbar.ql-snow button svg path,
|
|
227
|
-
.quill .ql-toolbar.ql-snow button svg line,
|
|
228
|
-
.quill .ql-toolbar.ql-snow button:hover svg path,
|
|
229
|
-
.quill .ql-toolbar.ql-snow button:hover svg line {
|
|
230
|
-
stroke: #16113b;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.quill .ql-toolbar.ql-snow button.ql-active svg path,
|
|
234
|
-
.quill .ql-toolbar.ql-snow button.ql-active svg line {
|
|
235
|
-
stroke: #00804d;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.quill .ql-toolbar.ql-snow,
|
|
239
|
-
.quill .ql-toolbar.ql-snow .ql-formats {
|
|
240
|
-
display: flex;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.quill .ql-toolbar.ql-snow {
|
|
244
|
-
padding: 0 5px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.quill .ql-toolbar.ql-snow .ql-formats {
|
|
248
|
-
margin: 0;
|
|
249
|
-
border-right: 1px solid rgba(203, 213, 224, 1);
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.quill .ql-container {
|
|
253
|
-
padding-bottom: 0.25rem;
|
|
254
|
-
border-bottom-left-radius: 0.25rem;
|
|
255
|
-
border-bottom-right-radius: 0.25rem;
|
|
256
|
-
background: white;
|
|
257
|
-
border-color: rgba(203, 213, 224, 1);
|
|
258
|
-
font-family: 'Karbon Regular', sans-serif;
|
|
259
|
-
font-weight: 400;
|
|
260
|
-
font-size: 20px;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.quill .editor.ql-container.ql-snow .ql-editor {
|
|
264
|
-
color: #4a5568;
|
|
265
|
-
line-height: 1.25;
|
|
266
|
-
font-size: 1rem;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.quill .ql-container .ql-editor p,
|
|
270
|
-
.quill .ql-container .ql-editor ul {
|
|
271
|
-
margin-bottom: 20px;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.quill .ql-container .ql-editor ul {
|
|
275
|
-
padding-left: 0;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.quill .ql-container .ql-editor strong {
|
|
279
|
-
font-family: 'Karbon Medium', sans-serif;
|
|
280
|
-
font-weight: 700;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.quill .ql-container .ql-editor ul li {
|
|
284
|
-
padding-left: 20px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
288
|
-
padding-left: 40px;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
292
|
-
font-size: 1.125rem;
|
|
293
|
-
margin-top: 10px;
|
|
294
|
-
margin-bottom: 5px;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.quill .ql-disabled {
|
|
298
|
-
background: #ebebeb;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.quill .ql-disabled .ql-editor {
|
|
302
|
-
opacity: 0.55;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
210
|
.pzh-select-input input {
|
|
306
211
|
box-shadow: none !important;
|
|
307
212
|
}
|