repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove client-side isLoggedIn value
[ProtonMail-WebClient.git]
/
packages
/
pass
/
components
/
Onboarding
/
Panel
/
OnboardingIcon.scss
blob
09bce8bcad3eaffcfeb21c0fcc309734a76cef4f
1
@import '~@proton/styles/scss/lib';
2
3
.onboarding-icon {
4
background-image: linear-gradient(to bottom right, rgb(236 170 255 / 0.09), rgb(106 72 246 / 0.09));
5
inline-size: rem(82) !important;
6
block-size: rem(82);
7
8
img {
9
inline-size: rem(40);
10
block-size: auto;
11
}
12
}