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

fix: add missing btn-sm class

parent 11e4b579
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,10 @@ thead .fc-day-selected:hover { ...@@ -191,6 +191,10 @@ thead .fc-day-selected:hover {
@apply tw-bg-aura-primary tw-text-white tw-ring-gray-200 hocus:enabled:tw-brightness-125 dark:tw-ring-white; @apply tw-bg-aura-primary tw-text-white tw-ring-gray-200 hocus:enabled:tw-brightness-125 dark:tw-ring-white;
} }
.btn-sm {
@apply tw-px-2 tw-py-1 tw-text-sm;
}
.form-group { .form-group {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment