We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f9eff1 + 356afd2 commit d0584caCopy full SHA for d0584ca
src/Resources/assets/styles/_tailwind.scss
@@ -176,6 +176,7 @@
176
@apply rounded-full p-1;
177
}
178
179
+.whatwedo-crud-button--action-delete,
180
.whatwedo-crud-button--action-danger {
181
@extend .whatwedo-utility-button;
182
@apply inline-flex items-center bg-error-500 hover:bg-red-700;
@@ -217,6 +218,7 @@
217
218
& >,
219
& > [data-controller="araise--core-bundle--modal-form"] >,
220
.whatwedo-core-action__confirmation > {
221
+ .whatwedo-crud-button--action-delete,
222
.whatwedo-crud-button--action-neutral,
223
.whatwedo-crud-button--action-warning,
224
.whatwedo-crud-button--action-danger,
0 commit comments