contacts-pane
Version:
Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.
18 lines (14 loc) • 628 B
CSS
/* mugshotGallery.js styles — extracted from inline styles */
/* Uses CSS custom properties from the global stylesheet (dev-global.css / mashlib) */
/* ── Mugshot image ───────────────────────────────────────────── */
.contactPane .mugshotImage {
max-height: 10rem;
border-radius: var(--border-radius-full);
margin: var(--spacing-sm);
}
.contactPane button:has(> img[src$=".svg"]) {
background-color: var(--color-section-bg) ;
border: none ;
margin: 0 ;
border-radius: 0 ;
}