@pzh-ui/css 0.0.80 → 0.0.81

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.80",
3
+ "version": "0.0.81",
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": "64ee56309f3bc321198942a4b795806a25227839",
24
+ "gitHead": "da6bbe8ef0c87b16aac5e3edc4292a6164872a23",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -1452,7 +1452,7 @@ select {
1452
1452
  * React Datepicker
1453
1453
  */
1454
1454
 
1455
- .react-datepicker.pzh-datepicker {
1455
+ .pzh-datepicker .react-datepicker {
1456
1456
  font-family: "Karbon Regular", sans-serif;
1457
1457
  font-weight: 400;
1458
1458
  font-size: 0.8rem;
@@ -162,7 +162,7 @@ ol li ol li ol li {
162
162
  * React Datepicker
163
163
  */
164
164
 
165
- .react-datepicker.pzh-datepicker {
165
+ .pzh-datepicker .react-datepicker {
166
166
  font-family: "Karbon Regular", sans-serif;
167
167
  font-weight: 400;
168
168
  font-size: 0.8rem;