[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

@@ -32,12 +32,6 @@
}
}
.alternate-link-inverted {
.alternate-link__message {
color: var(--button-color);
}
}
.ConfigureServer {
flex-direction: column;
z-index: 20;
@@ -69,8 +63,10 @@
-webkit-font-smoothing: antialiased;
.ConfigureServer__message-title {
margin-top: 24px;
margin-bottom: 24px;
padding-right: 60px;
color: var(--title-color-indigo-500);
color: var(--center-channel-color);
font-family: 'Metropolis';
font-size: 80px;
font-weight: 600;
@@ -79,24 +75,12 @@
}
.ConfigureServer__message-subtitle {
color: rgba(var(--center-channel-text-rgb), 0.72);
color: rgba(var(--center-channel-color-rgb), 0.72);
font-size: 18px;
font-weight: 400;
line-height: 28px;
}
.ConfigureServer__message-img {
position: relative;
align-self: flex-end;
img {
position: absolute;
bottom: -230px;
left: -225px;
display: block;
}
}
&.inFromRight {
.ConfigureServer__message-title,
.ConfigureServer__message-subtitle {
@@ -152,7 +136,7 @@
}
.ConfigureServer__card-title {
color: var(--center-channel-text);
color: var(--center-channel-color);
font-family: 'Metropolis';
font-size: 22px;
font-style: normal;
@@ -200,29 +184,6 @@
}
}
.ConfigureServer-inverted {
.ConfigureServer__body .ConfigureServer__content {
.ConfigureServer__message {
.ConfigureServer__message-title {
color: var(--button-color);
}
.ConfigureServer__message-subtitle {
color: rgba(var(--button-color-rgb), 0.72);
}
}
.ConfigureServer__card {
border: 1px solid rgba(var(--button-color-rgb), 0.08);
background-color: var(--denim-sidebar-header-bg);
.ConfigureServer__card-content .ConfigureServer__card-title {
color: var(--button-color);
}
}
}
}
@media screen and (min-width: 1680px) {
.ConfigureServer {
.ConfigureServer__body .ConfigureServer__content {
@@ -295,20 +256,6 @@
}
}
}
.ConfigureServer-inverted {
.ConfigureServer__body .ConfigureServer__content .ConfigureServer__card {
.ConfigureServer__card-content .ConfigureServer__card-form {
.ConfigureServer__card-form-input {
background-color: var(--denim-sidebar-header-bg);
}
.disabled .ConfigureServer__card-form-input {
background-color: rgba(var(--denim-sidebar-header-bg-rgb), 0.54);
}
}
}
}
}
@media screen and (max-width: 699px) {