@powerhousedao/common 2.5.0-dev.16 → 2.5.0-dev.18
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/dist/editors/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -2218,6 +2218,9 @@
|
|
|
2218
2218
|
.cursor-pointer {
|
|
2219
2219
|
cursor: pointer;
|
|
2220
2220
|
}
|
|
2221
|
+
.cursor-wait {
|
|
2222
|
+
cursor: wait;
|
|
2223
|
+
}
|
|
2221
2224
|
.resize {
|
|
2222
2225
|
resize: both;
|
|
2223
2226
|
}
|