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
463 B
26 lines
463 B
@import '_mixins';
|
|
@import '_vars';
|
|
|
|
.onboarding {
|
|
&-help {
|
|
@include border-radius;
|
|
background: $color-tooltip;
|
|
border: 0;
|
|
max-width: 20rem;
|
|
padding: .75rem;
|
|
}
|
|
|
|
&-text {
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
color: $color-dark-foreground;
|
|
}
|
|
|
|
&-buttons {
|
|
margin: .8rem -.5rem 0;
|
|
}
|
|
|
|
&-rect {
|
|
@include box-shadow-raw(0 0 0 9999px rgba(0, 0, 0, .5));
|
|
}
|
|
}
|