Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / pass-desktop / src / app / Views / WelcomeScreen / WelcomeScreen.scss
blobbdb5f89f41fce2701581e8c73fb4d6f54a6ab7a9
1 #desktop-lobby {
2         /* TODO: Remove after Pass light theme lands.
3                 Onboarding was designed with new theme in mind,
4                 so we need to override a few colors to make it 
5                 look nice on the old theme (< 1.25.0) */
6         --text-norm: white;
7         --text-weak: #bfb9d8;
9         color: var(--text-norm);
10         background:
11                 linear-gradient(0deg, rgb(31 31 49 / 0.8), rgb(31 31 49 / 0.8)),
12                 radial-gradient(
13                                 109.79% 67.19% at 28.13% 99.23%,
14                                 #ffd580 0%,
15                                 #f6c592 9.37%,
16                                 #ebb6a2 20.5%,
17                                 #dfa5af 32.45%,
18                                 #d397be 42.87%,
19                                 #c486cb 53.37%,
20                                 #b578d9 64.87%,
21                                 #a166e5 77.12%,
22                                 #8b57f2 89.12%,
23                                 #704cff 100%
24                         )
25                         rgb(234 234 234 / 0.84);
27         &::before {
28                 content: ' ';
29                 -webkit-app-region: drag;
30                 block-size: 5rem;
31                 inline-size: 100%;
32                 position: absolute;
33                 inset-block-start: 0;
34                 inset-inline-start: 0;
35         }