18 lines
291 B
CSS
18 lines
291 B
CSS
.container,
|
|
.container ::deep form {
|
|
width: 100%;
|
|
flex: 1 1 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.container ::deep form {
|
|
gap: var(--btcpay-space-l);
|
|
padding-bottom: var(--btcpay-space-l);
|
|
}
|
|
|
|
.container ::deep form > div {
|
|
min-height: 8rem;
|
|
}
|