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.
28 lines
445 B
28 lines
445 B
$hide-shadow: rgba(0, 0, 0, .5);
|
|
|
|
:host {
|
|
display: none;
|
|
}
|
|
|
|
.onboarding {
|
|
&-help {
|
|
background: $color-tooltip;
|
|
border: 0;
|
|
border-radius: $border-radius;
|
|
max-width: 20rem;
|
|
min-width: 10rem;
|
|
padding: .75rem 1rem;
|
|
}
|
|
|
|
&-text {
|
|
color: $color-white;
|
|
}
|
|
|
|
&-buttons {
|
|
margin: .8rem -.5rem 0;
|
|
}
|
|
|
|
&-rect {
|
|
box-shadow: 0 0 0 9999px $hide-shadow;
|
|
}
|
|
}
|