TelegramPWA/src/components/common/AnimatedTabItem.module.scss
Alexander Zinchuk ca8260c309 Profile: Display gift and story collections (#6190)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
2025-09-09 21:10:31 +02:00

23 lines
296 B
SCSS

.item {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0.375rem 0.75rem;
font-weight: var(--font-weight-medium);
white-space: nowrap;
transition: opacity 0.15s;
&:hover {
opacity: 0.85;
}
}
.icon {
margin-right: 0.375rem;
}