@pzh-ui/css 0.0.47 → 0.0.48
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 +28 -0
- package/src/tailwind.src.css +22 -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.48",
|
|
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": "4bc1c4e901e6329d367573f21845ebc2f624d72b",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1437,6 +1437,12 @@ select {
|
|
|
1437
1437
|
opacity: 0.5;
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
|
+
.shadow-card {
|
|
1441
|
+
--tw-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07), 0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275), 0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1442
|
+
--tw-shadow-colored: 0px 18px 60px var(--tw-shadow-color), 0px 4.02054px 13.4018px var(--tw-shadow-color), 0px 1.19702px 3.99006px var(--tw-shadow-color);
|
|
1443
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1440
1446
|
.shadow-xl {
|
|
1441
1447
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1442
1448
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
@@ -1928,6 +1934,28 @@ h6,
|
|
|
1928
1934
|
font-size: 1rem;
|
|
1929
1935
|
}
|
|
1930
1936
|
|
|
1937
|
+
.quill .ql-container .ql-editor p,
|
|
1938
|
+
.quill .ql-container .ql-editor ul {
|
|
1939
|
+
margin-bottom: 20px;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.quill .ql-container .ql-editor ul {
|
|
1943
|
+
padding-left: 0;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
.quill .ql-container .ql-editor strong {
|
|
1947
|
+
font-family: 'Karbon Medium', sans-serif;
|
|
1948
|
+
font-weight: 700;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.quill .ql-container .ql-editor ul li {
|
|
1952
|
+
padding-left: 20px;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
1956
|
+
padding-left: 40px;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1931
1959
|
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
1932
1960
|
font-size: 1.125rem;
|
|
1933
1961
|
margin-top: 10px;
|
package/src/tailwind.src.css
CHANGED
|
@@ -264,6 +264,28 @@ h6,
|
|
|
264
264
|
font-size: 1rem;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
+
.quill .ql-container .ql-editor p,
|
|
268
|
+
.quill .ql-container .ql-editor ul {
|
|
269
|
+
margin-bottom: 20px;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.quill .ql-container .ql-editor ul {
|
|
273
|
+
padding-left: 0;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.quill .ql-container .ql-editor strong {
|
|
277
|
+
font-family: 'Karbon Medium', sans-serif;
|
|
278
|
+
font-weight: 700;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.quill .ql-container .ql-editor ul li {
|
|
282
|
+
padding-left: 20px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
286
|
+
padding-left: 40px;
|
|
287
|
+
}
|
|
288
|
+
|
|
267
289
|
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
268
290
|
font-size: 1.125rem;
|
|
269
291
|
margin-top: 10px;
|