@pzh-ui/css 0.0.70 → 0.0.72

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
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": "3dc349a730bb3eb48134374f767adc1236c92b7f",
24
+ "gitHead": "3b4fa9fa4c4a2f44e9ae19afb41a701b7eb9ab2f",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -1273,6 +1273,8 @@ select {
1273
1273
  border-color: rgb(92 92 92 / var(--tw-border-opacity));
1274
1274
  padding-bottom: 6px;
1275
1275
  padding-top: 10px;
1276
+ font-size: 1.25rem;
1277
+ line-height: 1.875rem;
1276
1278
  line-height: 30px;
1277
1279
  --tw-text-opacity: 1;
1278
1280
  color: rgb(22 17 59 / var(--tw-text-opacity));
@@ -1324,8 +1326,8 @@ select {
1324
1326
  position: absolute;
1325
1327
  left: 0px;
1326
1328
  top: 0px;
1327
- height: 24px;
1328
- width: 24px;
1329
+ height: 1.5rem;
1330
+ width: 1.5rem;
1329
1331
  border-radius: 9999px;
1330
1332
  border-width: 1px;
1331
1333
  --tw-border-opacity: 1;
@@ -1338,8 +1340,8 @@ select {
1338
1340
  .pzh-form-radio:checked + span:after,
1339
1341
  .pzh-form-radio:not(:checked) + span:after {
1340
1342
  position: absolute;
1341
- left: 0.25rem;
1342
- top: 0.25rem;
1343
+ left: 5px;
1344
+ top: 5px;
1343
1345
  height: 14px;
1344
1346
  width: 14px;
1345
1347
  border-radius: 9999px;
@@ -1377,9 +1379,9 @@ select {
1377
1379
  position: absolute;
1378
1380
  left: 0px;
1379
1381
  top: 0px;
1380
- height: 24px;
1381
- width: 24px;
1382
- border-radius: 4px;
1382
+ height: 1.5rem;
1383
+ width: 1.5rem;
1384
+ border-radius: 0.25rem;
1383
1385
  border-width: 1px;
1384
1386
  --tw-border-opacity: 1;
1385
1387
  border-color: rgb(92 92 92 / var(--tw-border-opacity));
@@ -1401,8 +1403,8 @@ select {
1401
1403
  .pzh-form-checkbox:checked + span:after,
1402
1404
  .pzh-form-checkbox:not(:checked) + span:after {
1403
1405
  position: absolute;
1404
- left: 0.25rem;
1405
- top: 2px;
1406
+ left: 5px;
1407
+ top: 0.125rem;
1406
1408
  height: 14px;
1407
1409
  width: 14px;
1408
1410
  --tw-text-opacity: 1;
@@ -1441,8 +1443,7 @@ select {
1441
1443
  font-family: 'Karbon Regular', sans-serif;
1442
1444
  font-weight: 400;
1443
1445
  font-size: 0.8rem;
1444
- box-shadow:
1445
- 0px 18px 60px rgba(0, 0, 0, 0.07),
1446
+ box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
1446
1447
  0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
1447
1448
  0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
1448
1449
  border-style: none;
@@ -1499,7 +1500,7 @@ select {
1499
1500
  margin-bottom: 0.25rem;
1500
1501
  height: 26px;
1501
1502
  width: 26px;
1502
- line-height: 28px;
1503
+ line-height: 1.75rem;
1503
1504
  }
1504
1505
 
1505
1506
  .pzh-datepicker .react-datepicker__day {
@@ -1652,6 +1653,10 @@ select {
1652
1653
  top: 0px;
1653
1654
  }
1654
1655
 
1656
+ .top-6 {
1657
+ top: 1.5rem;
1658
+ }
1659
+
1655
1660
  .top-\[14px\] {
1656
1661
  top: 14px;
1657
1662
  }
@@ -1660,10 +1665,6 @@ select {
1660
1665
  top: 192px;
1661
1666
  }
1662
1667
 
1663
- .top-\[24px\] {
1664
- top: 24px;
1665
- }
1666
-
1667
1668
  .top-\[288px\] {
1668
1669
  top: 288px;
1669
1670
  }
@@ -1696,13 +1697,8 @@ select {
1696
1697
  margin: 0px;
1697
1698
  }
1698
1699
 
1699
- .m-0\.5 {
1700
- margin: 0.125rem;
1701
- }
1702
-
1703
- .mx-1 {
1704
- margin-left: 0.25rem;
1705
- margin-right: 0.25rem;
1700
+ .m-1 {
1701
+ margin: 0.25rem;
1706
1702
  }
1707
1703
 
1708
1704
  .mx-auto {
@@ -1715,12 +1711,8 @@ select {
1715
1711
  margin-bottom: 0.5rem;
1716
1712
  }
1717
1713
 
1718
- .-mb-0 {
1719
- margin-bottom: -0px;
1720
- }
1721
-
1722
- .-mb-0\.5 {
1723
- margin-bottom: -0.125rem;
1714
+ .-mb-\[3px\] {
1715
+ margin-bottom: -3px;
1724
1716
  }
1725
1717
 
1726
1718
  .-mb-px {
@@ -1751,22 +1743,18 @@ select {
1751
1743
  margin-top: -2px;
1752
1744
  }
1753
1745
 
1754
- .-mt-\[4px\] {
1755
- margin-top: -4px;
1756
- }
1757
-
1758
1746
  .mb-0 {
1759
1747
  margin-bottom: 0px;
1760
1748
  }
1761
1749
 
1762
- .mb-1 {
1763
- margin-bottom: 0.25rem;
1764
- }
1765
-
1766
1750
  .mb-2 {
1767
1751
  margin-bottom: 0.5rem;
1768
1752
  }
1769
1753
 
1754
+ .mb-8 {
1755
+ margin-bottom: 2rem;
1756
+ }
1757
+
1770
1758
  .mb-\[1000px\] {
1771
1759
  margin-bottom: 1000px;
1772
1760
  }
@@ -1791,10 +1779,6 @@ select {
1791
1779
  margin-right: 1rem;
1792
1780
  }
1793
1781
 
1794
- .mr-\[8px\] {
1795
- margin-right: 8px;
1796
- }
1797
-
1798
1782
  .mt-1 {
1799
1783
  margin-top: 0.25rem;
1800
1784
  }
@@ -1855,46 +1839,38 @@ select {
1855
1839
  display: none;
1856
1840
  }
1857
1841
 
1858
- .h-4 {
1859
- height: 1rem;
1842
+ .h-1 {
1843
+ height: 0.25rem;
1860
1844
  }
1861
1845
 
1862
- .h-6 {
1863
- height: 1.5rem;
1846
+ .h-10 {
1847
+ height: 2.5rem;
1864
1848
  }
1865
1849
 
1866
- .h-7 {
1867
- height: 1.75rem;
1850
+ .h-12 {
1851
+ height: 3rem;
1868
1852
  }
1869
1853
 
1870
- .h-8 {
1871
- height: 2rem;
1854
+ .h-2 {
1855
+ height: 0.5rem;
1872
1856
  }
1873
1857
 
1874
- .h-\[24px\] {
1875
- height: 24px;
1858
+ .h-4 {
1859
+ height: 1rem;
1876
1860
  }
1877
1861
 
1878
- .h-\[28px\] {
1879
- height: 28px;
1862
+ .h-6 {
1863
+ height: 1.5rem;
1880
1864
  }
1881
1865
 
1882
- .h-\[36px\] {
1883
- height: 36px;
1866
+ .h-8 {
1867
+ height: 2rem;
1884
1868
  }
1885
1869
 
1886
1870
  .h-\[48px\] {
1887
1871
  height: 48px;
1888
1872
  }
1889
1873
 
1890
- .h-\[4px\] {
1891
- height: 4px;
1892
- }
1893
-
1894
- .h-\[8px\] {
1895
- height: 8px;
1896
- }
1897
-
1898
1874
  .h-\[96px\] {
1899
1875
  height: 96px;
1900
1876
  }
@@ -1928,6 +1904,14 @@ select {
1928
1904
  width: max-content !important;
1929
1905
  }
1930
1906
 
1907
+ .w-10 {
1908
+ width: 2.5rem;
1909
+ }
1910
+
1911
+ .w-2 {
1912
+ width: 0.5rem;
1913
+ }
1914
+
1931
1915
  .w-4 {
1932
1916
  width: 1rem;
1933
1917
  }
@@ -1936,18 +1920,10 @@ select {
1936
1920
  width: 1.5rem;
1937
1921
  }
1938
1922
 
1939
- .w-7 {
1940
- width: 1.75rem;
1941
- }
1942
-
1943
1923
  .w-8 {
1944
1924
  width: 2rem;
1945
1925
  }
1946
1926
 
1947
- .w-\[8px\] {
1948
- width: 8px;
1949
- }
1950
-
1951
1927
  .w-\[96px\] {
1952
1928
  width: 96px;
1953
1929
  }
@@ -2037,6 +2013,16 @@ select {
2037
2013
  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));
2038
2014
  }
2039
2015
 
2016
+ @keyframes pulse {
2017
+ 50% {
2018
+ opacity: .5;
2019
+ }
2020
+ }
2021
+
2022
+ .animate-pulse {
2023
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2024
+ }
2025
+
2040
2026
  @keyframes spin {
2041
2027
  to {
2042
2028
  transform: rotate(360deg);
@@ -2055,6 +2041,12 @@ select {
2055
2041
  cursor: pointer;
2056
2042
  }
2057
2043
 
2044
+ .select-none {
2045
+ -webkit-user-select: none;
2046
+ -moz-user-select: none;
2047
+ user-select: none;
2048
+ }
2049
+
2058
2050
  .resize-none {
2059
2051
  resize: none;
2060
2052
  }
@@ -2091,6 +2083,10 @@ select {
2091
2083
  gap: 0.5rem;
2092
2084
  }
2093
2085
 
2086
+ .gap-4 {
2087
+ gap: 1rem;
2088
+ }
2089
+
2094
2090
  .gap-8 {
2095
2091
  gap: 2rem;
2096
2092
  }
@@ -2142,14 +2138,6 @@ select {
2142
2138
  border-radius: 0.25rem;
2143
2139
  }
2144
2140
 
2145
- .rounded-\[40px\] {
2146
- border-radius: 40px;
2147
- }
2148
-
2149
- .rounded-\[4px\] {
2150
- border-radius: 4px;
2151
- }
2152
-
2153
2141
  .rounded-full {
2154
2142
  border-radius: 9999px;
2155
2143
  }
@@ -2162,9 +2150,9 @@ select {
2162
2150
  border-radius: 0.375rem;
2163
2151
  }
2164
2152
 
2165
- .rounded-t-\[4px\] {
2166
- border-top-left-radius: 4px;
2167
- border-top-right-radius: 4px;
2153
+ .rounded-t {
2154
+ border-top-left-radius: 0.25rem;
2155
+ border-top-right-radius: 0.25rem;
2168
2156
  }
2169
2157
 
2170
2158
  .rounded-t-md {
@@ -2202,6 +2190,10 @@ select {
2202
2190
  border-color: rgb(22 17 59 / var(--tw-border-opacity));
2203
2191
  }
2204
2192
 
2193
+ .border-pzh-blue-dark\/35 {
2194
+ border-color: rgb(22 17 59 / 0.35);
2195
+ }
2196
+
2205
2197
  .border-pzh-cool-gray-dark {
2206
2198
  --tw-border-opacity: 1;
2207
2199
  border-color: rgb(92 92 92 / var(--tw-border-opacity));
@@ -2262,10 +2254,6 @@ select {
2262
2254
  border-color: rgb(198 164 16 / var(--tw-border-opacity));
2263
2255
  }
2264
2256
 
2265
- .border-opacity-35 {
2266
- --tw-border-opacity: 0.35;
2267
- }
2268
-
2269
2257
  .bg-\[\#333333\] {
2270
2258
  --tw-bg-opacity: 1;
2271
2259
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
@@ -2305,6 +2293,10 @@ select {
2305
2293
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
2306
2294
  }
2307
2295
 
2296
+ .bg-pzh-gray-800\/10 {
2297
+ background-color: rgb(34 34 34 / 0.1);
2298
+ }
2299
+
2308
2300
  .bg-pzh-green {
2309
2301
  --tw-bg-opacity: 1;
2310
2302
  background-color: rgb(0 128 77 / var(--tw-bg-opacity));
@@ -2374,6 +2366,10 @@ select {
2374
2366
  padding: 1rem;
2375
2367
  }
2376
2368
 
2369
+ .p-5 {
2370
+ padding: 1.25rem;
2371
+ }
2372
+
2377
2373
  .p-6 {
2378
2374
  padding: 1.5rem;
2379
2375
  }
@@ -2383,16 +2379,6 @@ select {
2383
2379
  padding-bottom: 0px !important;
2384
2380
  }
2385
2381
 
2386
- .px-1 {
2387
- padding-left: 0.25rem;
2388
- padding-right: 0.25rem;
2389
- }
2390
-
2391
- .px-1\.5 {
2392
- padding-left: 0.375rem;
2393
- padding-right: 0.375rem;
2394
- }
2395
-
2396
2382
  .px-2 {
2397
2383
  padding-left: 0.5rem;
2398
2384
  padding-right: 0.5rem;
@@ -2413,11 +2399,6 @@ select {
2413
2399
  padding-right: 1.5rem;
2414
2400
  }
2415
2401
 
2416
- .px-\[12px\] {
2417
- padding-left: 12px;
2418
- padding-right: 12px;
2419
- }
2420
-
2421
2402
  .py-1 {
2422
2403
  padding-top: 0.25rem;
2423
2404
  padding-bottom: 0.25rem;
@@ -2449,10 +2430,6 @@ select {
2449
2430
  padding-bottom: 1rem;
2450
2431
  }
2451
2432
 
2452
- .pb-\[12px\] {
2453
- padding-bottom: 12px;
2454
- }
2455
-
2456
2433
  .pb-\[9px\] {
2457
2434
  padding-bottom: 9px;
2458
2435
  }
@@ -2509,6 +2486,10 @@ select {
2509
2486
  padding-top: 15px;
2510
2487
  }
2511
2488
 
2489
+ .pt-px {
2490
+ padding-top: 1px;
2491
+ }
2492
+
2512
2493
  .text-left {
2513
2494
  text-align: left;
2514
2495
  }
@@ -2521,10 +2502,6 @@ select {
2521
2502
  vertical-align: bottom;
2522
2503
  }
2523
2504
 
2524
- .text-\[0\.8rem\] {
2525
- font-size: 0.8rem;
2526
- }
2527
-
2528
2505
  .text-\[1\.125rem\] {
2529
2506
  font-size: 1.125rem;
2530
2507
  }
@@ -2537,14 +2514,6 @@ select {
2537
2514
  font-size: 1.5rem;
2538
2515
  }
2539
2516
 
2540
- .text-\[16px\] {
2541
- font-size: 16px;
2542
- }
2543
-
2544
- .text-\[18px\] {
2545
- font-size: 18px;
2546
- }
2547
-
2548
2517
  .text-\[2\.5rem\] {
2549
2518
  font-size: 2.5rem;
2550
2519
  }
@@ -2561,6 +2530,21 @@ select {
2561
2530
  font-size: 4rem;
2562
2531
  }
2563
2532
 
2533
+ .text-l {
2534
+ font-size: 1.5rem;
2535
+ line-height: 1.875rem;
2536
+ }
2537
+
2538
+ .text-m {
2539
+ font-size: 1.25rem;
2540
+ line-height: 1.875rem;
2541
+ }
2542
+
2543
+ .text-s {
2544
+ font-size: 1rem;
2545
+ line-height: 1.5rem;
2546
+ }
2547
+
2564
2548
  .font-bold {
2565
2549
  font-weight: 700;
2566
2550
  }
@@ -2585,8 +2569,8 @@ select {
2585
2569
  line-height: 1.25rem;
2586
2570
  }
2587
2571
 
2588
- .leading-6 {
2589
- line-height: 1.5rem;
2572
+ .leading-7 {
2573
+ line-height: 1.75rem;
2590
2574
  }
2591
2575
 
2592
2576
  .leading-\[110\%\] {
@@ -2597,10 +2581,6 @@ select {
2597
2581
  line-height: 125%;
2598
2582
  }
2599
2583
 
2600
- .leading-\[28px\] {
2601
- line-height: 28px;
2602
- }
2603
-
2604
2584
  .leading-\[30px\] {
2605
2585
  line-height: 30px;
2606
2586
  }
@@ -2609,10 +2589,6 @@ select {
2609
2589
  line-height: 1;
2610
2590
  }
2611
2591
 
2612
- .leading-normal {
2613
- line-height: 1.5;
2614
- }
2615
-
2616
2592
  .text-pzh-blue {
2617
2593
  --tw-text-opacity: 1;
2618
2594
  color: rgb(40 31 107 / var(--tw-text-opacity));
@@ -2871,6 +2847,22 @@ b {
2871
2847
  font-family: 'Karbon Medium', sans-serif;
2872
2848
  }
2873
2849
 
2850
+ ul li ul li {
2851
+ list-style-type: circle;
2852
+ }
2853
+
2854
+ ul li ul li ul li {
2855
+ list-style-type: square;
2856
+ }
2857
+
2858
+ ol li ol li {
2859
+ list-style-type: lower-alpha;
2860
+ }
2861
+
2862
+ ol li ol li ol li {
2863
+ list-style-type: lower-roman;
2864
+ }
2865
+
2874
2866
  .font-normal {
2875
2867
  font-family: 'Karbon Regular', sans-serif;
2876
2868
  }
@@ -3043,6 +3035,10 @@ b {
3043
3035
  opacity: 1;
3044
3036
  }
3045
3037
 
3038
+ .group:hover .group-hover\:opacity-40 {
3039
+ opacity: 0.4;
3040
+ }
3041
+
3046
3042
  .prose-a\:text-pzh-green :is(:where(a):not(:where([class~="not-prose"] *))) {
3047
3043
  --tw-text-opacity: 1;
3048
3044
  color: rgb(0 128 77 / var(--tw-text-opacity));
@@ -3172,6 +3168,11 @@ b {
3172
3168
  .md\:gap-8 {
3173
3169
  gap: 2rem;
3174
3170
  }
3171
+
3172
+ .md\:text-m {
3173
+ font-size: 1.25rem;
3174
+ line-height: 1.875rem;
3175
+ }
3175
3176
  }
3176
3177
 
3177
3178
  @media (min-width: 1024px) {
@@ -44,6 +44,22 @@ b {
44
44
  font-family: 'Karbon Medium', sans-serif;
45
45
  }
46
46
 
47
+ ul li ul li {
48
+ list-style-type: circle;
49
+ }
50
+
51
+ ul li ul li ul li {
52
+ list-style-type: square;
53
+ }
54
+
55
+ ol li ol li {
56
+ list-style-type: lower-alpha;
57
+ }
58
+
59
+ ol li ol li ol li {
60
+ list-style-type: lower-roman;
61
+ }
62
+
47
63
  .font-normal {
48
64
  font-family: 'Karbon Regular', sans-serif;
49
65
  }
@@ -68,7 +84,7 @@ b {
68
84
  }
69
85
 
70
86
  .pzh-form-input {
71
- @apply placeholder-pzh-gray-600 text-pzh-blue-dark border-pzh-gray-600 hover:border-pzh-blue focus:ring-pzh-blue focus:border-pzh-blue disabled:bg-pzh-gray-200 block w-full appearance-none rounded border pb-[6px] pt-[10px] leading-[30px] focus:outline-none focus:outline-none focus:ring focus:ring-2;
87
+ @apply placeholder-pzh-gray-600 text-pzh-blue-dark border-pzh-gray-600 hover:border-pzh-blue focus:ring-pzh-blue focus:border-pzh-blue disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border pb-[6px] pt-[10px] leading-[30px] focus:outline-none focus:outline-none focus:ring focus:ring-2;
72
88
  }
73
89
 
74
90
  .pzh-form-error,
@@ -80,12 +96,12 @@ b {
80
96
 
81
97
  .pzh-form-radio:checked + span:before,
82
98
  .pzh-form-radio:not(:checked) + span:before {
83
- @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-[24px] w-[24px] rounded-full border;
99
+ @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded-full border;
84
100
  content: '';
85
101
  }
86
102
  .pzh-form-radio:checked + span:after,
87
103
  .pzh-form-radio:not(:checked) + span:after {
88
- @apply bg-pzh-green absolute left-1 top-1 h-[14px] w-[14px] rounded-full transition duration-200;
104
+ @apply bg-pzh-green absolute left-[5px] top-[5px] h-[14px] w-[14px] rounded-full transition duration-200;
89
105
  content: '';
90
106
  }
91
107
  .pzh-form-radio:not(:checked) + span:after,
@@ -104,7 +120,7 @@ b {
104
120
  }
105
121
 
106
122
  .pzh-form-checkbox + span:before {
107
- @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-[24px] w-[24px] rounded-[4px] border transition duration-200;
123
+ @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded border transition duration-200;
108
124
  content: '';
109
125
  }
110
126
 
@@ -114,7 +130,7 @@ b {
114
130
 
115
131
  .pzh-form-checkbox:checked + span:after,
116
132
  .pzh-form-checkbox:not(:checked) + span:after {
117
- @apply absolute left-1 top-[2px] h-[14px] w-[14px] text-white transition duration-200;
133
+ @apply absolute left-[5px] top-0.5 h-[14px] w-[14px] text-white transition duration-200;
118
134
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' 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>");
119
135
  }
120
136
 
@@ -128,11 +144,11 @@ b {
128
144
  }
129
145
 
130
146
  .form-field-label {
131
- @apply mb-2 block text-xs uppercase tracking-wide text-gray-700;
147
+ @apply text-s mb-2 block uppercase tracking-wide text-gray-700;
132
148
  }
133
149
 
134
150
  .form-field-description {
135
- @apply mb-2 text-sm text-gray-700;
151
+ @apply text-s mb-2 text-gray-700;
136
152
  }
137
153
 
138
154
  /*
@@ -143,8 +159,7 @@ b {
143
159
  font-family: 'Karbon Regular', sans-serif;
144
160
  font-weight: 400;
145
161
  font-size: 0.8rem;
146
- box-shadow:
147
- 0px 18px 60px rgba(0, 0, 0, 0.07),
162
+ box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
148
163
  0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
149
164
  0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
150
165
  @apply text-pzh-blue-dark border-none;
@@ -184,7 +199,7 @@ b {
184
199
  .pzh-datepicker .react-datepicker__day-name,
185
200
  .pzh-datepicker .react-datepicker__day,
186
201
  .pzh-datepicker .react-datepicker__time-name {
187
- @apply mx-2 my-1 h-[26px] w-[26px] leading-[28px];
202
+ @apply mx-2 my-1 h-[26px] w-[26px] leading-7;
188
203
  }
189
204
 
190
205
  .pzh-datepicker .react-datepicker__day {