21 lines
312 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|