TelegramPWA/src/components/modals/giftcode/GiftCodeModal.module.scss

16 lines
204 B
SCSS

.clickable {
cursor: pointer;
color: var(--color-primary);
}
.centered {
text-align: center !important;
}
.logo {
align-self: center;
width: 7.5rem;
height: 7.5rem;
margin-bottom: 1rem;
}