05/29 Update shared items displayed on Grantee items
This commit is contained in:
@@ -343,6 +343,30 @@ ul {
|
||||
border-color: #d1d5db;
|
||||
}
|
||||
|
||||
/* Shared item — subtle left-border indicator */
|
||||
.vault-item--shared {
|
||||
border-left: 3px solid #6366f1;
|
||||
}
|
||||
|
||||
.vault-item--shared:hover {
|
||||
border-left-color: #4f46e5;
|
||||
}
|
||||
|
||||
.shared-avatar {
|
||||
background: #ede9fe;
|
||||
color: #4f46e5;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.item-shared-from {
|
||||
font-size: 11px;
|
||||
color: #6366f1;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* Initials avatar */
|
||||
.item-avatar {
|
||||
width: 40px;
|
||||
|
||||
Reference in New Issue
Block a user