TelegramPWA/src/components/modals/gift/UniqueGiftManageButtons.module.scss
2025-12-22 22:53:29 +01:00

25 lines
295 B
SCSS

.manageButtons {
z-index: 1;
display: flex;
gap: 0.5rem;
width: 100%;
margin-top: 0.375rem;
}
.manageButton {
flex-basis: 0;
flex-grow: 1;
}
.text {
font-size: 0.875rem;
font-weight: var(--font-weight-normal);
text-transform: lowercase;
}
.icon {
font-size: 1.5rem;
}