@paperless/angular 2.0.1-beta.117 → 2.0.1-beta.118
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/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +2 -2
- package/fesm2015/paperless-angular.mjs +1 -1
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -1
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/paperless.css +12 -2
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -280,9 +280,19 @@
|
|
|
280
280
|
font-weight: 600 !important
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.text-
|
|
283
|
+
.text-black-teal {
|
|
284
284
|
--tw-text-opacity: 1 !important;
|
|
285
|
-
color: rgb(
|
|
285
|
+
color: rgb(3 42 36 / var(--tw-text-opacity, 1)) !important
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.text-black-teal-300 {
|
|
289
|
+
--tw-text-opacity: 1 !important;
|
|
290
|
+
color: rgb(104 127 124 / var(--tw-text-opacity, 1)) !important
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.text-black-teal-400 {
|
|
294
|
+
--tw-text-opacity: 1 !important;
|
|
295
|
+
color: rgb(53 85 80 / var(--tw-text-opacity, 1)) !important
|
|
286
296
|
}
|
|
287
297
|
|
|
288
298
|
.underline {
|