[MM-62232] Update loading and welcome screens, theming fixes (#3279)

* Replace images with new SVG components, replace backgrounds

* Add Denim and Onyx themes, fix associated themeing issues

* Add back elevation variables

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Devin Binnie
2025-01-13 09:42:27 -05:00
committed by GitHub
parent 453b79a451
commit 34b5f52f0c
31 changed files with 1869 additions and 1063 deletions

View File

@@ -12,9 +12,9 @@
}
.WelcomeScreenSlide__title {
color: var(--title-color-indigo-500);
color: var(--center-channel-color);
font-family: 'Metropolis';
font-size: 80px;
font-size: 64px;
font-weight: 600;
letter-spacing: -1.6px;
line-height: 88px;
@@ -29,7 +29,7 @@
font-weight: 400;
line-height: 24px;
text-align: center;
max-width: 580px;
max-width: 628px;
margin: auto;
}
@@ -37,8 +37,7 @@
max-width: 582px;
.WelcomeScreenSlide__title {
font-size: 80px;
line-height: normal;
font-size: 93px;
}
}