Implement Use Case Selection screen (#8984)
* Introduce new splash page wrapper * Introduce new use case selection screen
This commit is contained in:
@@ -310,3 +310,28 @@ body {
|
||||
background: #53232a;
|
||||
}
|
||||
// ********************
|
||||
|
||||
// Splash Page Gradient
|
||||
.mx_SplashPage::before {
|
||||
background-image:
|
||||
radial-gradient(
|
||||
53.85% 66.75% at 87.55% 0%,
|
||||
hsla(0, 0%, 11%, 0.15) 0%,
|
||||
hsla(250, 100%, 88%, 0) 100%
|
||||
),
|
||||
radial-gradient(
|
||||
41.93% 41.93% at 0% 0%,
|
||||
hsla(0, 0%, 38%, 0.28) 0%,
|
||||
hsla(250, 100%, 88%, 0) 100%
|
||||
),
|
||||
radial-gradient(
|
||||
100% 100% at 0% 0%,
|
||||
hsla(250, 100%, 88%, 0.3) 0%,
|
||||
hsla(0, 100%, 86%, 0) 100%
|
||||
),
|
||||
radial-gradient(
|
||||
106.35% 96.26% at 100% 0%,
|
||||
hsla(25, 100%, 88%, 0.4) 0%,
|
||||
hsla(167, 76%, 82%, 0) 100%
|
||||
) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user