diff --git a/web/assets/css/home.css b/web/assets/css/home.css index fe3b3fb61..90480057b 100644 --- a/web/assets/css/home.css +++ b/web/assets/css/home.css @@ -95,6 +95,10 @@ @apply bg-gray-800 text-white dark:bg-gray-600 } +.tum-live-button-muted { + @apply bg-gray-200 dark:bg-gray-600 hover:bg-gray-300 dark:hover:bg-gray-700 +} + .tum-live-icon-button { @apply flex justify-center items-center rounded-full text-gray-400 hover:text-gray-600 dark:hover:text-white active:bg-gray-100/50 dark:active:bg-gray-700/50 disabled:opacity-20; } @@ -372,6 +376,14 @@ label:has(~ .tum-live-input) { @apply text-sm rounded-lg bg-amber-500/25 border-l-4 px-3 py-2 border-amber-500 } +.tum-live-settings-grid{ + @apply grid gap-y-5 content-start lg:w-3/6 md:w-4/5 w-full p-6 text-3; +} + +.tum-live-settings-grid > section > h2{ + @apply text-sm text-5 mb-1; +} + .tum-live-footer { @apply bg-gray-100 dark:bg-secondary-light py-4 px-8; diff --git a/web/template/user-settings.gohtml b/web/template/user-settings.gohtml index 8725b6214..06e1e40d1 100644 --- a/web/template/user-settings.gohtml +++ b/web/template/user-settings.gohtml @@ -1,33 +1,64 @@ - +{{- /*gotype: github.com/TUM-Dev/gocast/web*/ -}}
-