Displays entity id for each entry in frontend

Displays this id inside the three-dot-menu on the right
This commit is contained in:
chaptergy
2021-05-16 16:57:05 +02:00
parent 5269c957ce
commit c8439b8429
8 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,10 @@ a:hover {
color: darken($primary-color, 10%);
}
.dropdown-header {
padding-left: 1rem;
}
.dropdown-item.active, .dropdown-item:active {
background-color: $primary-color;
}