TelegramPWA/src/components/common/FullNameTitle.module.scss
2025-01-21 18:29:38 +01:00

24 lines
307 B
SCSS

.root {
display: flex !important;
align-items: center;
justify-content: space-between;
gap: 0.25rem;
:global(.custom-emoji) {
color: var(--color-primary);
}
}
.fullName {
font-size: 1em;
margin-bottom: 0;
&.canCopy {
pointer-events: all;
}
}
.transition {
width: 1.5rem;
}