TelegramPWA/src/components/payment/PaymentInfo.scss
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

21 lines
312 B
SCSS

.PaymentInfo {
padding: 0.5rem 1rem;
h5 {
font-size: 0.9rem;
color: var(--color-text-secondary);
margin: 1rem 0 1.1rem;
}
.inline-inputs {
display: flex;
justify-content: space-between;
.input-group {
flex: 1 10rem;
max-width: 45%;
display: flex;
}
}
}