mirror of https://github.com/Squidex/squidex.git
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.
26 lines
436 B
26 lines
436 B
@import '_mixins';
|
|
@import '_vars';
|
|
|
|
$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;
|
|
}
|
|
}
|