@pzh-ui/css 0.0.23 → 0.0.24

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.23",
3
+ "version": "0.0.24",
4
4
  "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  "@tailwindcss/line-clamp": "^0.3.1",
20
20
  "react-datepicker": "^4.7.0"
21
21
  },
22
- "gitHead": "3e6a9fcdea55c2db338b536dd8ddf06237767d23",
22
+ "gitHead": "697f01855f6323928ac54abc11d6eeb3ff114e84",
23
23
  "devDependencies": {
24
24
  "tailwindcss": "^3.0.23"
25
25
  }
package/src/tailwind.css CHANGED
@@ -1,9 +1,5 @@
1
1
  @import '~react-datepicker/dist/react-datepicker.css';
2
2
 
3
- .svg-inline--fa {
4
- font-size: 14px;
5
- }
6
-
7
3
  /*
8
4
  ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
9
5
  */
@@ -1422,6 +1418,10 @@ h6,
1422
1418
  font-weight: 700;
1423
1419
  }
1424
1420
 
1421
+ .svg-inline--fa:not([class*='text-']) {
1422
+ font-size: 14px;
1423
+ }
1424
+
1425
1425
  /*
1426
1426
  * Form elements
1427
1427
  */
@@ -1,9 +1,5 @@
1
1
  @import '~react-datepicker/dist/react-datepicker.css';
2
2
 
3
- .svg-inline--fa {
4
- font-size: 14px;
5
- }
6
-
7
3
  @import 'tailwindcss/base';
8
4
  @import 'tailwindcss/components';
9
5
  @import 'tailwindcss/utilities';
@@ -53,6 +49,10 @@ h6,
53
49
  font-weight: 700;
54
50
  }
55
51
 
52
+ .svg-inline--fa:not([class*='text-']) {
53
+ font-size: 14px;
54
+ }
55
+
56
56
  /*
57
57
  * Form elements
58
58
  */