TelegramPWA/src/components/payment/ConfirmPayment.scss
2022-02-25 22:52:29 +02:00

14 lines
277 B
SCSS

.ConfirmPayment {
display: flex;
height: 100%;
border-bottom-left-radius: var(--border-radius-default-small);
border-bottom-right-radius: var(--border-radius-default-small);
overflow: hidden;
&__content {
width: 100%;
height: 100%;
border: none;
}
}