X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/28becd14746fea0b7c062fb139b1ff42b5774bd1..0df4ebc27bdd7b5d5dbd53fba72ab156f399e4c1:/src/wolnelektury/static/2022/styles/layout/_checkout.scss?ds=sidebyside diff --git a/src/wolnelektury/static/2022/styles/layout/_checkout.scss b/src/wolnelektury/static/2022/styles/layout/_checkout.scss index 888df46a2..3b1ce0634 100644 --- a/src/wolnelektury/static/2022/styles/layout/_checkout.scss +++ b/src/wolnelektury/static/2022/styles/layout/_checkout.scss @@ -104,7 +104,6 @@ line-height: 150%; color: #FFFFFF; margin-top: 8px; - max-width: 410px; } .l-checkout__box__header__content { @@ -701,13 +700,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 +1074,8 @@ border: 1px solid #edc016; background: #edc016; } + + +.donation-more { + margin-bottom:40px; +}