X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9183ed20f00dfced56f0223a854ab7aa5dd5fc0c..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 6bc86d008..71d6e827e 100644 --- a/src/wolnelektury/static/2022/styles/layout/_checkout.scss +++ b/src/wolnelektury/static/2022/styles/layout/_checkout.scss @@ -354,7 +354,7 @@ font-weight: bold; font-size: 44px; letter-spacing: -0.01em; - height: 90px; + min-height: 90px; display: flex; align-items: center; justify-content: center; @@ -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; +}