feat(list): add info dialoge to show list description #2368

Merged
konrad merged 6 commits from feature/list-description into main 2022-09-15 12:36:44 +00:00
1 changed files with 9 additions and 9 deletions
Showing only changes of commit 3bc0b29453 - Show all commits

View File

@ -293,15 +293,15 @@ $hamburger-menu-icon-width: 28px;
width: 1rem;
cursor: pointer;
}
}
konrad marked this conversation as resolved
Review

Remove indention

Remove indention
Review

Done.

Done.
.info-button {
text-align: center;
height: 1.25rem;
line-height: 1.25rem;
width: 2rem;
margin-top: .25rem;
padding: 0 .5rem;
color: var(--grey-400);
}
.info-button {
text-align: center;
height: 1.25rem;
line-height: 1.25rem;
width: 2rem;
margin-top: .25rem;
padding: 0 .5rem;
color: var(--grey-400);
}
</style>