strapi-content-type-explorer
Version:
A Strapi plugin to view your content types and their relationships
19 lines (17 loc) • 328 B
CSS
.cte-plugin-relation-icon {
height: 20px;
width: 20px;
font-size: 12px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: -32px;
top: 0;
bottom: 0;
margin: auto;
}
.cte-plugin-relation-icon svg path {
fill: var(--cte-plugin-relation-color);
}