TelegramPWA/src/components/common/FullNameTitle.module.scss
Alexander Zinchuk 839f630466 Middle Header: Adjust emoji status styles (#5751)
Co-authored-by: zubiden <19638254+zubiden@users.noreply.github.com>
2025-03-27 19:03:13 +01:00

40 lines
549 B
SCSS

.root {
display: flex !important;
align-items: center;
gap: 0.25rem;
:global(.custom-emoji) {
color: var(--color-primary);
}
:global(.statusSparkles) {
color: var(--accent-color);
:global(.selected) & {
color: white;
}
}
.transition {
height: 1.5em;
width: 1.5em;
}
}
.fullName {
font-size: 1em;
margin-bottom: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
&.canCopy {
pointer-events: all;
}
}
.transitionSlide {
display: flex;
align-items: center;
}