@powerhousedao/common 1.10.24-dev.1 → 1.10.25-dev.0
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
|
@@ -4198,6 +4198,11 @@
|
|
|
4198
4198
|
border-color: var(--color-gray-700);
|
|
4199
4199
|
}
|
|
4200
4200
|
}
|
|
4201
|
+
.disabled\:bg-gray-50 {
|
|
4202
|
+
&:disabled {
|
|
4203
|
+
background-color: var(--color-gray-50);
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4201
4206
|
.disabled\:bg-gray-300 {
|
|
4202
4207
|
&:disabled {
|
|
4203
4208
|
background-color: var(--color-gray-300);
|
|
@@ -4208,11 +4213,6 @@
|
|
|
4208
4213
|
background-color: transparent;
|
|
4209
4214
|
}
|
|
4210
4215
|
}
|
|
4211
|
-
.disabled\:bg-white {
|
|
4212
|
-
&:disabled {
|
|
4213
|
-
background-color: var(--color-white);
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
4216
|
.disabled\:p-0 {
|
|
4217
4217
|
&:disabled {
|
|
4218
4218
|
padding: calc(var(--spacing) * 0);
|