diff --git a/js/src/App.vue b/js/src/App.vue index 0ab57378..6f9ca431 100644 --- a/js/src/App.vue +++ b/js/src/App.vue @@ -24,7 +24,7 @@ -
+
diff --git a/js/src/assets/oruga-tailwindcss.css b/js/src/assets/oruga-tailwindcss.css index 73cde4db..81d623e0 100644 --- a/js/src/assets/oruga-tailwindcss.css +++ b/js/src/assets/oruga-tailwindcss.css @@ -55,7 +55,7 @@ body { } .btn-outlined-:hover, .btn-outlined-primary:hover { - @apply font-bold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded; + @apply font-semibold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded; } /* Field */ @@ -89,7 +89,7 @@ body { /* Input */ .input { - @apply appearance-none box-border border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50; + @apply appearance-none box-border rounded border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50; } .input-danger { @apply border-red-500; diff --git a/js/src/components/Event/EventActionSection.vue b/js/src/components/Event/EventActionSection.vue index c7641cff..4330ec75 100644 --- a/js/src/components/Event/EventActionSection.vue +++ b/js/src/components/Event/EventActionSection.vue @@ -14,8 +14,8 @@ @confirm-leave="confirmLeave" @cancel-anonymous-participation="cancelAnonymousParticipation" /> -
-

+

+

- + diff --git a/js/src/components/Event/ParticipationButton.vue b/js/src/components/Event/ParticipationButton.vue index 81b28a19..d5dcd84a 100644 --- a/js/src/components/Event/ParticipationButton.vue +++ b/js/src/components/Event/ParticipationButton.vue @@ -1,5 +1,5 @@