X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9183ed20f00dfced56f0223a854ab7aa5dd5fc0c..0df4ebc27bdd7b5d5dbd53fba72ab156f399e4c1:/src/wolnelektury/static/2022/styles/layout/_checkout.scss?ds=inline diff --git a/src/wolnelektury/static/2022/styles/layout/_checkout.scss b/src/wolnelektury/static/2022/styles/layout/_checkout.scss index 6bc86d008..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 { @@ -354,7 +353,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 +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; +}