TelegramPWA/src/components/common/FullNameTitle.module.scss
2023-07-27 11:51:45 +02:00

18 lines
222 B
SCSS

.root {
display: flex;
align-items: center;
gap: 0.25rem;
.fullName {
margin-bottom: 0;
&.canCopy {
pointer-events: all;
}
}
:global(.custom-emoji) {
color: var(--color-primary);
}
}