Skip to content

Commit

Permalink
Merge pull request #36 from araise-dev/feature/119-table-header
Browse files Browse the repository at this point in the history
Add rounded buttons utility class
  • Loading branch information
marcwieland95 authored Jul 23, 2024
2 parents 3a82ac4 + d31b51e commit fff3a5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/assets/styles/_tailwind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
@apply inline-flex items-center bg-primary-500 hover:bg-primary-700;
}

.whatwedo-crud-button--rounded {
@extend .whatwedo-utility-button;
@apply rounded-full p-1;
}

.whatwedo-crud-button--action-danger {
@extend .whatwedo-utility-button;
@apply inline-flex items-center bg-error-500 hover:bg-red-700;
Expand Down

0 comments on commit fff3a5f

Please sign in to comment.