Skip to content
Snippets Groups Projects
Commit df0cedf8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed card layout

parent d604b2a7
Branches
No related tags found
No related merge requests found
Pipeline #7422 passed
......@@ -105,15 +105,15 @@
#paypal-payment-card #paypal-card-form {
@paypal-card-form-breakpoint-1: 920px;
display: grid;
grid-template-columns: 1fr 5em 4em;
grid-template-columns: 1fr calc(7ch + 1.5rem) calc(4ch + 1.5rem);
grid-template-rows: 1fr auto auto;
place-items: stretch;
gap: 0.5rem;
> div {
&.input-group.checkbox {
&.input-group {
grid-column: span 3;
}
&:not(.input-group.checkbox) {
&:not(.input-group) {
display: flex;
flex-direction: column;
gap: 0.5rem;
......
<p><%- req.t("agb.text", {ns: "order", agblink: `${baseDir}/agb`}) _%></p>
\ No newline at end of file
<div id="agb" class="input-group"><%- req.t("agb.text", {ns: "order", agblink: `${baseDir}/agb`}) _%></div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment