@pzh-ui/css 0.0.69 → 0.0.71

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/config/index.js CHANGED
@@ -25,132 +25,14 @@ module.exports = {
25
25
  '2xl': '1440px',
26
26
  },
27
27
  fontSize: {
28
- xs: '0.75rem',
29
- sm: '0.875rem',
30
- base: '1rem',
31
- lg: '1.125rem',
32
- xl: '1.25rem',
33
- '2xl': '1.5rem',
34
- '3xl': '1.875rem',
35
- '4xl': '2.25rem',
36
- '5xl': '3rem',
37
- '6xl': '4rem',
28
+ s: ['1rem', '1.5rem'],
29
+ m: ['1.25rem', '1.875rem'],
30
+ l: ['1.5rem', '1.875rem'],
38
31
  },
39
32
  colors: {
40
33
  black: '#000000',
41
34
  white: '#FFF',
42
35
  'pzh-form': '#F4F4F7',
43
- gray: {
44
- 50: '#f9fafb',
45
- 100: '#f7fafc',
46
- 200: '#edf2f7',
47
- 300: '#e2e8f0',
48
- 400: '#cbd5e0',
49
- 500: '#a0aec0',
50
- 600: '#718096',
51
- 700: '#4a5568',
52
- 800: '#2d3748',
53
- 900: '#1a202c',
54
- },
55
- red: {
56
- 100: '#fff5f5',
57
- 200: '#fed7d7',
58
- 300: '#feb2b2',
59
- 400: '#fc8181',
60
- 500: '#f56565',
61
- 600: '#e53e3e',
62
- 700: '#c53030',
63
- 800: '#9b2c2c',
64
- 900: '#742a2a',
65
- },
66
- orange: {
67
- 100: '#fffaf0',
68
- 200: '#feebc8',
69
- 300: '#fbd38d',
70
- 400: '#f6ad55',
71
- 500: '#ed8936',
72
- 600: '#dd6b20',
73
- 700: '#c05621',
74
- 800: '#9c4221',
75
- 900: '#7b341e',
76
- },
77
- yellow: {
78
- 100: '#fffff0',
79
- 200: '#fefcbf',
80
- 300: '#faf089',
81
- 400: '#f6e05e',
82
- 500: '#ecc94b',
83
- 600: '#d69e2e',
84
- 700: '#b7791f',
85
- 800: '#975a16',
86
- 900: '#744210',
87
- },
88
- green: {
89
- 100: '#f0fff4',
90
- 200: '#c6f6d5',
91
- 300: '#9ae6b4',
92
- 400: '#68d391',
93
- 500: '#48bb78',
94
- 600: '#38a169',
95
- 700: '#2f855a',
96
- 800: '#276749',
97
- 900: '#22543d',
98
- },
99
- teal: {
100
- 100: '#e6fffa',
101
- 200: '#b2f5ea',
102
- 300: '#81e6d9',
103
- 400: '#4fd1c5',
104
- 500: '#38b2ac',
105
- 600: '#319795',
106
- 700: '#2c7a7b',
107
- 800: '#285e61',
108
- 900: '#234e52',
109
- },
110
- blue: {
111
- 100: '#ebf8ff',
112
- 200: '#bee3f8',
113
- 300: '#90cdf4',
114
- 400: '#63b3ed',
115
- 500: '#4299e1',
116
- 600: '#3182ce',
117
- 700: '#2b6cb0',
118
- 800: '#2c5282',
119
- 900: '#2a4365',
120
- },
121
- indigo: {
122
- 100: '#ebf4ff',
123
- 200: '#c3dafe',
124
- 300: '#a3bffa',
125
- 400: '#7f9cf5',
126
- 500: '#667eea',
127
- 600: '#5a67d8',
128
- 700: '#4c51bf',
129
- 800: '#434190',
130
- 900: '#3c366b',
131
- },
132
- purple: {
133
- 100: '#faf5ff',
134
- 200: '#e9d8fd',
135
- 300: '#d6bcfa',
136
- 400: '#b794f4',
137
- 500: '#9f7aea',
138
- 600: '#805ad5',
139
- 700: '#6b46c1',
140
- 800: '#553c9a',
141
- 900: '#44337a',
142
- },
143
- pink: {
144
- 100: '#fff5f7',
145
- 200: '#fed7e2',
146
- 300: '#fbb6ce',
147
- 400: '#f687b3',
148
- 500: '#ed64a6',
149
- 600: '#d53f8c',
150
- 700: '#b83280',
151
- 800: '#97266d',
152
- 900: '#702459',
153
- },
154
36
  /** Add custom PZH colors */
155
37
  'pzh-red': {
156
38
  DEFAULT: '#d11f3d',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
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": "3611625402d193356709504d5731e88ddc619b02",
24
+ "gitHead": "a335068588e469ce0060f006d887215bd9af43a7",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -16,7 +16,7 @@
16
16
  /* 2 */
17
17
  border-style: solid;
18
18
  /* 2 */
19
- border-color: #edf2f7;
19
+ border-color: currentColor;
20
20
  /* 2 */
21
21
  }
22
22
 
@@ -357,7 +357,7 @@ textarea {
357
357
  input::-moz-placeholder, textarea::-moz-placeholder {
358
358
  opacity: 1;
359
359
  /* 1 */
360
- color: #cbd5e0;
360
+ color: #9ca3af;
361
361
  /* 2 */
362
362
  }
363
363
 
@@ -365,7 +365,7 @@ input::placeholder,
365
365
  textarea::placeholder {
366
366
  opacity: 1;
367
367
  /* 1 */
368
- color: #cbd5e0;
368
+ color: #9ca3af;
369
369
  /* 2 */
370
370
  }
371
371
 
@@ -427,7 +427,7 @@ video {
427
427
  -moz-appearance: none;
428
428
  appearance: none;
429
429
  background-color: #fff;
430
- border-color: #a0aec0;
430
+ border-color: #6b7280;
431
431
  border-width: 1px;
432
432
  border-radius: 0px;
433
433
  padding-top: 0.5rem;
@@ -445,20 +445,20 @@ video {
445
445
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
446
446
  --tw-ring-offset-width: 0px;
447
447
  --tw-ring-offset-color: #fff;
448
- --tw-ring-color: #3182ce;
448
+ --tw-ring-color: #2563eb;
449
449
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
450
450
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
451
451
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
452
- border-color: #3182ce;
452
+ border-color: #2563eb;
453
453
  }
454
454
 
455
455
  input::-moz-placeholder, textarea::-moz-placeholder {
456
- color: #a0aec0;
456
+ color: #6b7280;
457
457
  opacity: 1;
458
458
  }
459
459
 
460
460
  input::placeholder,textarea::placeholder {
461
- color: #a0aec0;
461
+ color: #6b7280;
462
462
  opacity: 1;
463
463
  }
464
464
 
@@ -476,7 +476,7 @@ input::placeholder,textarea::placeholder {
476
476
  }
477
477
 
478
478
  select {
479
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
479
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
480
480
  background-position: right 0.5rem center;
481
481
  background-repeat: no-repeat;
482
482
  background-size: 1.5em 1.5em;
@@ -511,9 +511,9 @@ select {
511
511
  flex-shrink: 0;
512
512
  height: 1rem;
513
513
  width: 1rem;
514
- color: #3182ce;
514
+ color: #2563eb;
515
515
  background-color: #fff;
516
- border-color: #a0aec0;
516
+ border-color: #6b7280;
517
517
  border-width: 1px;
518
518
  --tw-shadow: 0 0 #0000;
519
519
  }
@@ -532,7 +532,7 @@ select {
532
532
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
533
533
  --tw-ring-offset-width: 2px;
534
534
  --tw-ring-offset-color: #fff;
535
- --tw-ring-color: #3182ce;
535
+ --tw-ring-color: #2563eb;
536
536
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
537
537
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
538
538
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -612,7 +612,7 @@ select {
612
612
  --tw-ring-inset: ;
613
613
  --tw-ring-offset-width: 0px;
614
614
  --tw-ring-offset-color: #fff;
615
- --tw-ring-color: rgb(66 153 225 / 0.5);
615
+ --tw-ring-color: rgb(59 130 246 / 0.5);
616
616
  --tw-ring-offset-shadow: 0 0 #0000;
617
617
  --tw-ring-shadow: 0 0 #0000;
618
618
  --tw-shadow: 0 0 #0000;
@@ -662,7 +662,7 @@ select {
662
662
  --tw-ring-inset: ;
663
663
  --tw-ring-offset-width: 0px;
664
664
  --tw-ring-offset-color: #fff;
665
- --tw-ring-color: rgb(66 153 225 / 0.5);
665
+ --tw-ring-color: rgb(59 130 246 / 0.5);
666
666
  --tw-ring-offset-shadow: 0 0 #0000;
667
667
  --tw-ring-shadow: 0 0 #0000;
668
668
  --tw-shadow: 0 0 #0000;
@@ -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;
@@ -1499,7 +1501,7 @@ select {
1499
1501
  margin-bottom: 0.25rem;
1500
1502
  height: 26px;
1501
1503
  width: 26px;
1502
- line-height: 28px;
1504
+ line-height: 1.75rem;
1503
1505
  }
1504
1506
 
1505
1507
  .pzh-datepicker .react-datepicker__day {
@@ -1652,6 +1654,10 @@ select {
1652
1654
  top: 0px;
1653
1655
  }
1654
1656
 
1657
+ .top-6 {
1658
+ top: 1.5rem;
1659
+ }
1660
+
1655
1661
  .top-\[14px\] {
1656
1662
  top: 14px;
1657
1663
  }
@@ -1660,10 +1666,6 @@ select {
1660
1666
  top: 192px;
1661
1667
  }
1662
1668
 
1663
- .top-\[24px\] {
1664
- top: 24px;
1665
- }
1666
-
1667
1669
  .top-\[288px\] {
1668
1670
  top: 288px;
1669
1671
  }
@@ -1696,13 +1698,8 @@ select {
1696
1698
  margin: 0px;
1697
1699
  }
1698
1700
 
1699
- .m-0\.5 {
1700
- margin: 0.125rem;
1701
- }
1702
-
1703
- .mx-1 {
1704
- margin-left: 0.25rem;
1705
- margin-right: 0.25rem;
1701
+ .m-1 {
1702
+ margin: 0.25rem;
1706
1703
  }
1707
1704
 
1708
1705
  .mx-auto {
@@ -1715,12 +1712,8 @@ select {
1715
1712
  margin-bottom: 0.5rem;
1716
1713
  }
1717
1714
 
1718
- .-mb-0 {
1719
- margin-bottom: -0px;
1720
- }
1721
-
1722
- .-mb-0\.5 {
1723
- margin-bottom: -0.125rem;
1715
+ .-mb-\[3px\] {
1716
+ margin-bottom: -3px;
1724
1717
  }
1725
1718
 
1726
1719
  .-mb-px {
@@ -1751,18 +1744,10 @@ select {
1751
1744
  margin-top: -2px;
1752
1745
  }
1753
1746
 
1754
- .-mt-\[4px\] {
1755
- margin-top: -4px;
1756
- }
1757
-
1758
1747
  .mb-0 {
1759
1748
  margin-bottom: 0px;
1760
1749
  }
1761
1750
 
1762
- .mb-1 {
1763
- margin-bottom: 0.25rem;
1764
- }
1765
-
1766
1751
  .mb-2 {
1767
1752
  margin-bottom: 0.5rem;
1768
1753
  }
@@ -1791,10 +1776,6 @@ select {
1791
1776
  margin-right: 1rem;
1792
1777
  }
1793
1778
 
1794
- .mr-\[8px\] {
1795
- margin-right: 8px;
1796
- }
1797
-
1798
1779
  .mt-1 {
1799
1780
  margin-top: 0.25rem;
1800
1781
  }
@@ -1855,6 +1836,22 @@ select {
1855
1836
  display: none;
1856
1837
  }
1857
1838
 
1839
+ .h-1 {
1840
+ height: 0.25rem;
1841
+ }
1842
+
1843
+ .h-10 {
1844
+ height: 2.5rem;
1845
+ }
1846
+
1847
+ .h-12 {
1848
+ height: 3rem;
1849
+ }
1850
+
1851
+ .h-2 {
1852
+ height: 0.5rem;
1853
+ }
1854
+
1858
1855
  .h-4 {
1859
1856
  height: 1rem;
1860
1857
  }
@@ -1871,30 +1868,10 @@ select {
1871
1868
  height: 2rem;
1872
1869
  }
1873
1870
 
1874
- .h-\[24px\] {
1875
- height: 24px;
1876
- }
1877
-
1878
- .h-\[28px\] {
1879
- height: 28px;
1880
- }
1881
-
1882
- .h-\[36px\] {
1883
- height: 36px;
1884
- }
1885
-
1886
1871
  .h-\[48px\] {
1887
1872
  height: 48px;
1888
1873
  }
1889
1874
 
1890
- .h-\[4px\] {
1891
- height: 4px;
1892
- }
1893
-
1894
- .h-\[8px\] {
1895
- height: 8px;
1896
- }
1897
-
1898
1875
  .h-\[96px\] {
1899
1876
  height: 96px;
1900
1877
  }
@@ -1928,6 +1905,14 @@ select {
1928
1905
  width: max-content !important;
1929
1906
  }
1930
1907
 
1908
+ .w-10 {
1909
+ width: 2.5rem;
1910
+ }
1911
+
1912
+ .w-2 {
1913
+ width: 0.5rem;
1914
+ }
1915
+
1931
1916
  .w-4 {
1932
1917
  width: 1rem;
1933
1918
  }
@@ -1936,18 +1921,10 @@ select {
1936
1921
  width: 1.5rem;
1937
1922
  }
1938
1923
 
1939
- .w-7 {
1940
- width: 1.75rem;
1941
- }
1942
-
1943
1924
  .w-8 {
1944
1925
  width: 2rem;
1945
1926
  }
1946
1927
 
1947
- .w-\[8px\] {
1948
- width: 8px;
1949
- }
1950
-
1951
1928
  .w-\[96px\] {
1952
1929
  width: 96px;
1953
1930
  }
@@ -2091,6 +2068,10 @@ select {
2091
2068
  gap: 0.5rem;
2092
2069
  }
2093
2070
 
2071
+ .gap-4 {
2072
+ gap: 1rem;
2073
+ }
2074
+
2094
2075
  .gap-8 {
2095
2076
  gap: 2rem;
2096
2077
  }
@@ -2121,6 +2102,11 @@ select {
2121
2102
  white-space: nowrap;
2122
2103
  }
2123
2104
 
2105
+ .hyphens-manual {
2106
+ -webkit-hyphens: manual;
2107
+ hyphens: manual;
2108
+ }
2109
+
2124
2110
  .whitespace-nowrap {
2125
2111
  white-space: nowrap;
2126
2112
  }
@@ -2137,14 +2123,6 @@ select {
2137
2123
  border-radius: 0.25rem;
2138
2124
  }
2139
2125
 
2140
- .rounded-\[40px\] {
2141
- border-radius: 40px;
2142
- }
2143
-
2144
- .rounded-\[4px\] {
2145
- border-radius: 4px;
2146
- }
2147
-
2148
2126
  .rounded-full {
2149
2127
  border-radius: 9999px;
2150
2128
  }
@@ -2157,11 +2135,6 @@ select {
2157
2135
  border-radius: 0.375rem;
2158
2136
  }
2159
2137
 
2160
- .rounded-t-\[4px\] {
2161
- border-top-left-radius: 4px;
2162
- border-top-right-radius: 4px;
2163
- }
2164
-
2165
2138
  .rounded-t-md {
2166
2139
  border-top-left-radius: 0.375rem;
2167
2140
  border-top-right-radius: 0.375rem;
@@ -2197,6 +2170,10 @@ select {
2197
2170
  border-color: rgb(22 17 59 / var(--tw-border-opacity));
2198
2171
  }
2199
2172
 
2173
+ .border-pzh-blue-dark\/35 {
2174
+ border-color: rgb(22 17 59 / 0.35);
2175
+ }
2176
+
2200
2177
  .border-pzh-cool-gray-dark {
2201
2178
  --tw-border-opacity: 1;
2202
2179
  border-color: rgb(92 92 92 / var(--tw-border-opacity));
@@ -2257,10 +2234,6 @@ select {
2257
2234
  border-color: rgb(198 164 16 / var(--tw-border-opacity));
2258
2235
  }
2259
2236
 
2260
- .border-opacity-35 {
2261
- --tw-border-opacity: 0.35;
2262
- }
2263
-
2264
2237
  .bg-\[\#333333\] {
2265
2238
  --tw-bg-opacity: 1;
2266
2239
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
@@ -2369,6 +2342,10 @@ select {
2369
2342
  padding: 1rem;
2370
2343
  }
2371
2344
 
2345
+ .p-5 {
2346
+ padding: 1.25rem;
2347
+ }
2348
+
2372
2349
  .p-6 {
2373
2350
  padding: 1.5rem;
2374
2351
  }
@@ -2408,11 +2385,6 @@ select {
2408
2385
  padding-right: 1.5rem;
2409
2386
  }
2410
2387
 
2411
- .px-\[12px\] {
2412
- padding-left: 12px;
2413
- padding-right: 12px;
2414
- }
2415
-
2416
2388
  .py-1 {
2417
2389
  padding-top: 0.25rem;
2418
2390
  padding-bottom: 0.25rem;
@@ -2444,10 +2416,6 @@ select {
2444
2416
  padding-bottom: 1rem;
2445
2417
  }
2446
2418
 
2447
- .pb-\[12px\] {
2448
- padding-bottom: 12px;
2449
- }
2450
-
2451
2419
  .pb-\[9px\] {
2452
2420
  padding-bottom: 9px;
2453
2421
  }
@@ -2516,28 +2484,47 @@ select {
2516
2484
  vertical-align: bottom;
2517
2485
  }
2518
2486
 
2519
- .text-\[0\.8rem\] {
2520
- font-size: 0.8rem;
2487
+ .text-\[1\.125rem\] {
2488
+ font-size: 1.125rem;
2521
2489
  }
2522
2490
 
2523
- .text-\[16px\] {
2524
- font-size: 16px;
2491
+ .text-\[1\.25rem\] {
2492
+ font-size: 1.25rem;
2525
2493
  }
2526
2494
 
2527
- .text-\[18px\] {
2528
- font-size: 18px;
2495
+ .text-\[1\.5rem\] {
2496
+ font-size: 1.5rem;
2529
2497
  }
2530
2498
 
2531
- .text-base {
2532
- font-size: 1rem;
2499
+ .text-\[2\.5rem\] {
2500
+ font-size: 2.5rem;
2501
+ }
2502
+
2503
+ .text-\[2rem\] {
2504
+ font-size: 2rem;
2505
+ }
2506
+
2507
+ .text-\[3rem\] {
2508
+ font-size: 3rem;
2509
+ }
2510
+
2511
+ .text-\[4rem\] {
2512
+ font-size: 4rem;
2533
2513
  }
2534
2514
 
2535
- .text-sm {
2536
- font-size: 0.875rem;
2515
+ .text-l {
2516
+ font-size: 1.5rem;
2517
+ line-height: 1.875rem;
2537
2518
  }
2538
2519
 
2539
- .text-xs {
2540
- font-size: 0.75rem;
2520
+ .text-m {
2521
+ font-size: 1.25rem;
2522
+ line-height: 1.875rem;
2523
+ }
2524
+
2525
+ .text-s {
2526
+ font-size: 1rem;
2527
+ line-height: 1.5rem;
2541
2528
  }
2542
2529
 
2543
2530
  .font-bold {
@@ -2564,12 +2551,16 @@ select {
2564
2551
  line-height: 1.25rem;
2565
2552
  }
2566
2553
 
2567
- .leading-6 {
2568
- line-height: 1.5rem;
2554
+ .leading-7 {
2555
+ line-height: 1.75rem;
2569
2556
  }
2570
2557
 
2571
- .leading-\[28px\] {
2572
- line-height: 28px;
2558
+ .leading-\[110\%\] {
2559
+ line-height: 110%;
2560
+ }
2561
+
2562
+ .leading-\[125\%\] {
2563
+ line-height: 125%;
2573
2564
  }
2574
2565
 
2575
2566
  .leading-\[30px\] {
@@ -2580,10 +2571,6 @@ select {
2580
2571
  line-height: 1;
2581
2572
  }
2582
2573
 
2583
- .leading-normal {
2584
- line-height: 1.5;
2585
- }
2586
-
2587
2574
  .text-pzh-blue {
2588
2575
  --tw-text-opacity: 1;
2589
2576
  color: rgb(40 31 107 / var(--tw-text-opacity));
@@ -3144,8 +3131,9 @@ b {
3144
3131
  gap: 2rem;
3145
3132
  }
3146
3133
 
3147
- .md\:text-base {
3148
- font-size: 1rem;
3134
+ .md\:text-m {
3135
+ font-size: 1.25rem;
3136
+ line-height: 1.875rem;
3149
3137
  }
3150
3138
  }
3151
3139
 
@@ -68,7 +68,7 @@ b {
68
68
  }
69
69
 
70
70
  .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;
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 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
72
  }
73
73
 
74
74
  .pzh-form-error,
@@ -80,12 +80,12 @@ b {
80
80
 
81
81
  .pzh-form-radio:checked + span:before,
82
82
  .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;
83
+ @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded-full border;
84
84
  content: '';
85
85
  }
86
86
  .pzh-form-radio:checked + span:after,
87
87
  .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;
88
+ @apply bg-pzh-green absolute left-[5px] top-[5px] h-[14px] w-[14px] rounded-full transition duration-200;
89
89
  content: '';
90
90
  }
91
91
  .pzh-form-radio:not(:checked) + span:after,
@@ -104,7 +104,7 @@ b {
104
104
  }
105
105
 
106
106
  .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;
107
+ @apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded border transition duration-200;
108
108
  content: '';
109
109
  }
110
110
 
@@ -114,7 +114,7 @@ b {
114
114
 
115
115
  .pzh-form-checkbox:checked + span:after,
116
116
  .pzh-form-checkbox:not(:checked) + span:after {
117
- @apply absolute left-1 top-[2px] h-[14px] w-[14px] text-white transition duration-200;
117
+ @apply absolute left-[5px] top-0.5 h-[14px] w-[14px] text-white transition duration-200;
118
118
  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
119
  }
120
120
 
@@ -128,11 +128,11 @@ b {
128
128
  }
129
129
 
130
130
  .form-field-label {
131
- @apply mb-2 block text-xs uppercase tracking-wide text-gray-700;
131
+ @apply text-s mb-2 block uppercase tracking-wide text-gray-700;
132
132
  }
133
133
 
134
134
  .form-field-description {
135
- @apply mb-2 text-sm text-gray-700;
135
+ @apply text-s mb-2 text-gray-700;
136
136
  }
137
137
 
138
138
  /*
@@ -184,7 +184,7 @@ b {
184
184
  .pzh-datepicker .react-datepicker__day-name,
185
185
  .pzh-datepicker .react-datepicker__day,
186
186
  .pzh-datepicker .react-datepicker__time-name {
187
- @apply mx-2 my-1 h-[26px] w-[26px] leading-[28px];
187
+ @apply mx-2 my-1 h-[26px] w-[26px] leading-7;
188
188
  }
189
189
 
190
190
  .pzh-datepicker .react-datepicker__day {