TelegramPWA/src/components/modals/webApp/WebAppGridItem.module.scss

44 lines
855 B
SCSS

.container {
cursor: var(--custom-cursor, pointer);
display: flex;
flex-direction: column;
align-items: center;
padding: 0.375rem;
border-radius: 0.625rem;
&:hover {
background-color: var(--color-background-secondary);
}
}
.user-count-badge {
bottom: 0 !important;
padding-block: 0.1875rem !important;
border-width: 1px !important;
font-family: var(--font-family-condensed);
font-size: 0.5rem !important;
font-weight: var(--font-weight-semibold) !important;
background: rgba(0, 0, 0, 0.2) !important;
backdrop-filter: blur(50px);
}
.user-badge-icon {
font-size: 0.4375rem !important;
}
.name {
width: 4rem !important;
max-width: 100% !important;
height: 1.625rem;
font-size: 0.625rem !important;
font-weight: var(--font-weight-medium);
line-height: 0.75rem;
white-space: inherit !important;
}