@pzh-ui/css 0.0.68 → 0.0.69
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 +2 -2
- package/src/tailwind.src.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.69",
|
|
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": "3611625402d193356709504d5731e88ddc619b02",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.3.2"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -2817,13 +2817,13 @@ select {
|
|
|
2817
2817
|
html {
|
|
2818
2818
|
height: 100%;
|
|
2819
2819
|
overflow: auto;
|
|
2820
|
-
font-size: 20px;
|
|
2821
|
-
line-height: 1.5em;
|
|
2822
2820
|
}
|
|
2823
2821
|
|
|
2824
2822
|
body {
|
|
2825
2823
|
margin: 0;
|
|
2826
2824
|
padding: 0;
|
|
2825
|
+
font-size: 20px;
|
|
2826
|
+
line-height: 1.5em;
|
|
2827
2827
|
font-family: 'Karbon Regular', sans-serif;
|
|
2828
2828
|
font-weight: 400;
|
|
2829
2829
|
-webkit-font-smoothing: antialiased;
|
package/src/tailwind.src.css
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
html {
|
|
20
20
|
height: 100%;
|
|
21
21
|
overflow: auto;
|
|
22
|
-
font-size: 20px;
|
|
23
|
-
line-height: 1.5em;
|
|
24
22
|
}
|
|
25
23
|
|
|
26
24
|
body {
|
|
27
25
|
margin: 0;
|
|
28
26
|
padding: 0;
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
line-height: 1.5em;
|
|
29
29
|
font-family: 'Karbon Regular', sans-serif;
|
|
30
30
|
font-weight: 400;
|
|
31
31
|
-webkit-font-smoothing: antialiased;
|