@paperless/angular 2.2.3 → 2.2.4
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 +5 -5
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -284,11 +284,6 @@
|
|
|
284
284
|
font-weight: 600 !important
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.text-storm {
|
|
288
|
-
--tw-text-opacity: 1 !important;
|
|
289
|
-
color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
|
|
290
|
-
}
|
|
291
|
-
|
|
292
287
|
.text-storm-300 {
|
|
293
288
|
--tw-text-opacity: 1 !important;
|
|
294
289
|
color: rgb(116 120 127 / var(--tw-text-opacity, 1)) !important
|
|
@@ -299,6 +294,11 @@
|
|
|
299
294
|
color: rgb(70 75 84 / var(--tw-text-opacity, 1)) !important
|
|
300
295
|
}
|
|
301
296
|
|
|
297
|
+
.text-storm-500 {
|
|
298
|
+
--tw-text-opacity: 1 !important;
|
|
299
|
+
color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
|
|
300
|
+
}
|
|
301
|
+
|
|
302
302
|
.opacity-0 {
|
|
303
303
|
opacity: 0 !important
|
|
304
304
|
}
|