TelegramPWA/src/components/common/LinkField.module.scss
Alexander Zinchuk 2e39a15660 UI: Design edits (#5668)
Co-authored-by: zubiden <19638254+zubiden@users.noreply.github.com>
2025-03-21 14:02:06 +04:00

28 lines
437 B
SCSS

.primaryLink {
position: relative;
}
.input {
cursor: var(--custom-cursor, pointer);
margin-bottom: 1rem;
padding-right: 3.5rem;
text-overflow: ellipsis;
}
.moreMenu, .copy {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translate(0, -50%);
z-index: 1;
}
.title {
font-weight: var(--font-weight-semibold);
color: var(--color-text-secondary);
}
.share {
font-weight: var(--font-weight-semibold);
}