Skip to content
Snippets Groups Projects

Onboarding

Merged Marcelo Rivera requested to merge feat/onboarding into master
Compare and Show latest version
1 file
+ 3
6
Compare changes
  • Side-by-side
  • Inline
m-onboarding {
display: block;
padding-top: 30px;
overflow-x: hidden;
overflow-y: visible;
height: calc(100% + 104px); // 52 for the topbar and 52 for the bottom bar
&::before {
content: '';
position: absolute;
top: 0;
right: -290px;
right: 0;
bottom: -80px;
left: 0;
transform: translate(172px, -80px);
clip-path: polygon(55% 0, 100% 0, 100% -1%, 18% 87%);
@include m-theme() {
@@ -22,8 +20,7 @@ m-onboarding {
@media screen and (max-width: $max-mobile) {
right: 0;
bottom: -3vw;
transform: translate(221px, -80px);
clip-path: polygon(55% 0, 100% 0, 100% 12%, -77% 105%);
clip-path: polygon(83% 0%, 100% 0, 116% 22%, 30% 43%);
}
}
Loading