@paperless/angular 3.0.2 → 3.1.1
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
CHANGED
package/paperless.css
CHANGED
|
@@ -289,6 +289,18 @@
|
|
|
289
289
|
background-image: linear-gradient(to right, var(--tw-gradient-stops))
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
+
.from-hurricane-400 {
|
|
293
|
+
--tw-gradient-from: #464B54 var(--tw-gradient-from-position);
|
|
294
|
+
--tw-gradient-to: rgb(70 75 84 / 0) var(--tw-gradient-to-position);
|
|
295
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.from-hurricane-700 {
|
|
299
|
+
--tw-gradient-from: #232934 var(--tw-gradient-from-position);
|
|
300
|
+
--tw-gradient-to: rgb(35 41 52 / 0) var(--tw-gradient-to-position);
|
|
301
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
|
|
302
|
+
}
|
|
303
|
+
|
|
292
304
|
.from-off-white-300 {
|
|
293
305
|
--tw-gradient-from: #F8F7F4 var(--tw-gradient-from-position);
|
|
294
306
|
--tw-gradient-to: rgb(248 247 244 / 0) var(--tw-gradient-to-position);
|