24 lines
307 B
SCSS
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;
|
|
}
|