feat: shared item information

This commit is contained in:
Ramires Viana
2020-11-04 13:45:19 +00:00
parent 4e48ffc14d
commit 36cacdf598
3 changed files with 54 additions and 35 deletions

View File

@@ -191,10 +191,11 @@ table th {
}
}
.share__box, .share__box__header {
.share__box {
background: var(--surfacePrimary) !important;
color: var(--textPrimary);
}
.share__box__header {
border-bottom-color: var(--divider);
.share__box__element {
border-top-color: var(--divider);
}