X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/28becd14746fea0b7c062fb139b1ff42b5774bd1..f59de09387c7ceb7d6ab2ccf6ea25cb4be8dacb5:/src/wolnelektury/static/2022/styles/layout/_checkout.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_checkout.scss b/src/wolnelektury/static/2022/styles/layout/_checkout.scss index 888df46a2..71d6e827e 100644 --- a/src/wolnelektury/static/2022/styles/layout/_checkout.scss +++ b/src/wolnelektury/static/2022/styles/layout/_checkout.scss @@ -701,13 +701,6 @@ flex-direction: row; } - &:nth-child(4) { - .l-checkout__input { - &:nth-child(1) { width: 172px; } - &:nth-child(2) { width: calc(100% - 172px); } - } - } - &.full { flex-direction: column; @include rwd($break-flow) { @@ -1082,3 +1075,8 @@ border: 1px solid #edc016; background: #edc016; } + + +.donation-more { + margin-bottom:40px; +}