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.
 
 
 
 
 

35 lines
629 B

.reference-edit {
@include hover-visible('.reference-menu');
position: relative;
.reference-menu {
@include absolute(0, -.25rem, auto, auto);
background: $color-white;
border: 0;
border-left: 1px solid $color-border;
padding-left: 1rem;
white-space: nowrap;
}
}
.cell-valid {
width: 100px;
}
.badge {
@include truncate;
}
.cell-label {
&:hover {
position: relative;
.badge {
max-width: 500px;
position: absolute;
right: .75rem;
top: 1.25rem;
width: auto;
}
}
}