[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user