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.
18 lines
375 B
18 lines
375 B
.reference-edit {
|
|
& {
|
|
@include hover-visible('.reference-menu');
|
|
position: relative;
|
|
}
|
|
|
|
.reference-menu {
|
|
@include absolute(0, -.25rem, auto, auto);
|
|
background: $color-table-background;
|
|
border-left: 1px solid $color-border;
|
|
padding-left: 1rem;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.badge {
|
|
@include truncate;
|
|
}
|