refactor(landing): restructure landing page components and templates

This commit is contained in:
Jan-Marlon Leibl 2025-02-13 12:44:12 +01:00
parent 8514d6d73f
commit 9fe473302c
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
8 changed files with 475 additions and 244 deletions

View file

@ -18,8 +18,12 @@
--color-accent-purple: #8b5cf6;
}
* {
@apply !font-sans;
}
body {
@apply bg-deep-blue text-text-primary;
@apply bg-deep-blue text-text-primary h-full;
}
button,
@ -135,19 +139,9 @@ a {
@apply text-xs;
}
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}
.mat-mdc-dialog-container {
--mdc-dialog-container-color: var(--color-deep-blue-light) !important;
--mdc-dialog-subhead-color: #ffffff !important;
--mdc-dialog-supporting-text-color: #9ca3af !important;
--mdc-dialog-subhead-color: var(--color-text-primary) !important;
--mdc-dialog-supporting-text-color: var(--color-text-secondary) !important;
--mdc-dialog-container-shape: 6px !important;
}