Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
399 B

$hide-shadow: rgba(0, 0, 0, .5);
.onboarding {
&-help {
@include border-radius;
background: $color-tooltip;
max-width: 20rem;
min-width: 10rem;
padding: .75rem 1rem;
}
&-text {
color: $color-dark-foreground;
}
&-buttons {
margin: .8rem -.5rem 0;
}
&-rect {
box-shadow: 0 0 0 9999px $hide-shadow;
}
}