@pzh-ui/css 0.0.21 → 0.0.22
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 +13 -9
- package/src/tailwind.src.css +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
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": "
|
|
22
|
+
"gitHead": "b56689869df67fc4882e5a924bf252f4bb88ea96",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -792,6 +792,10 @@ select{
|
|
|
792
792
|
margin-left: 1rem;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
+
.mt-2{
|
|
796
|
+
margin-top: 0.5rem;
|
|
797
|
+
}
|
|
798
|
+
|
|
795
799
|
.-mt-8{
|
|
796
800
|
margin-top: -2rem;
|
|
797
801
|
}
|
|
@@ -808,10 +812,6 @@ select{
|
|
|
808
812
|
margin-bottom: 0.5rem;
|
|
809
813
|
}
|
|
810
814
|
|
|
811
|
-
.mt-2{
|
|
812
|
-
margin-top: 0.5rem;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
815
|
.ml-1{
|
|
816
816
|
margin-left: 0.25rem;
|
|
817
817
|
}
|
|
@@ -1264,6 +1264,11 @@ select{
|
|
|
1264
1264
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
|
+
.text-pzh-red{
|
|
1268
|
+
--tw-text-opacity: 1;
|
|
1269
|
+
color: rgb(209 31 61 / var(--tw-text-opacity));
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1267
1272
|
.text-pzh-blue-dark{
|
|
1268
1273
|
--tw-text-opacity: 1;
|
|
1269
1274
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
@@ -1274,11 +1279,6 @@ select{
|
|
|
1274
1279
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
1275
1280
|
}
|
|
1276
1281
|
|
|
1277
|
-
.text-pzh-red{
|
|
1278
|
-
--tw-text-opacity: 1;
|
|
1279
|
-
color: rgb(209 31 61 / var(--tw-text-opacity));
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
1282
|
.text-opacity-35{
|
|
1283
1283
|
--tw-text-opacity: 0.35;
|
|
1284
1284
|
}
|
|
@@ -1418,6 +1418,10 @@ h6,
|
|
|
1418
1418
|
font-weight: 700;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
+
.svg-inline--fa {
|
|
1422
|
+
font-size: 14px;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1421
1425
|
/*
|
|
1422
1426
|
* Form elements
|
|
1423
1427
|
*/
|