refactor(landing): restructure landing page components and templates
This commit is contained in:
parent
8514d6d73f
commit
9fe473302c
8 changed files with 475 additions and 244 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue