Skip to content
Snippets Groups Projects
Commit 7d808069 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add btn-danger style

parent a0842695
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,10 @@ thead .fc-day-selected:hover {
@apply tw-bg-gray-100 tw-border tw-border-solid tw-border-black/5 tw-transition hocus:enabled:tw-brightness-95;
}
.btn-danger {
@apply tw-border-2 tw-border-rose-600 tw-bg-white tw-text-rose-600 hocus:tw-bg-rose-600 hocus:tw-text-white;
}
.aura-table-wrapper {
@apply tw-bg-white tw-rounded tw-shadow tw-mb-12;
contain: paint;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment