diff --git a/web/assets/css/home.css b/web/assets/css/home.css index e223a9fcc..8f9f423e7 100644 --- a/web/assets/css/home.css +++ b/web/assets/css/home.css @@ -70,6 +70,10 @@ @apply bg-gray-100 hover:bg-gray-800 hover:text-white dark:bg-gray-800 dark:hover:bg-gray-600 } +.tum-live-button-tertiary > i { + @apply mr-2; +} + .tum-live-button-tertiary.active { @apply bg-gray-800 text-white dark:bg-gray-600 } @@ -78,6 +82,10 @@ @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 } +.tum-live-input-submit { + @apply font-semibold rounded; +} + .tum-live-badge { @apply rounded-full px-2 py-1 } @@ -322,6 +330,18 @@ @apply text-xs text-5 } +.tum-live-input { + @apply w-full h-12 px-3 bg-gray-50 dark:bg-gray-600 dark:text-white rounded shadow-sm outline-0 border-0; +} + +.tum-live-input:focus{ + @apply outline-2 outline-blue-500 dark:outline-indigo-600 border-0; +} + +label:has(~ .tum-live-input) { + @apply text-sm text-5 font-light mb-2; +} + .tum-live-upcoming { @apply grid gap-y-3 diff --git a/web/template/login.gohtml b/web/template/login.gohtml index 89adcc0e0..f2135ab28 100644 --- a/web/template/login.gohtml +++ b/web/template/login.gohtml @@ -1,24 +1,47 @@ - {{.Branding.Title}} | Login + + + - {{template "headImports" .VersionTag}} + + + {{.Branding.Title}} | Login + + {{if and .VersionTag (eq .VersionTag "development")}} + + {{else}} + + {{end}} + + + + + + - -{{- /*gotype: github.com/joschahenningsen/TUM-Live/web.LoginPageData*/ -}} -{{template "header"}} -
-
-
-
Login
-
+ +
+
+ +
+
+
+
+
+

Login

+
{{if .UseSAML}} -
+
-
+ {{end}} - + + +
+ We OpenSource + - + \ No newline at end of file