X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/592c9401b18118e01de250d44878b9289b138f9c..ea7671fcbd5bd829b16771670263aebaf29c69c1:/src/wolnelektury/static/2022/styles/local.scss?ds=inline diff --git a/src/wolnelektury/static/2022/styles/local.scss b/src/wolnelektury/static/2022/styles/local.scss index a8185cd6b..726b1b3f3 100644 --- a/src/wolnelektury/static/2022/styles/local.scss +++ b/src/wolnelektury/static/2022/styles/local.scss @@ -37,3 +37,62 @@ $teal: #007880; content: $icon-mute; } } + + +.sponsors-page { + display: flex; + justify-content: space-between; + margin-top: 48px; + + @include rwd(tablet) { + flex-wrap: wrap; + } + + .sponsors-column { + margin: 1em 40px; + display: flex; + flex-direction: column; + align-items: center; + font-size: 0; + .sponsors-column-name { + font-weight: $regular; + @include font-size(18px); + line-height: 150%; + text-align: center; + color: #474747; + } + .sponsor-logos { + height: 120px; + overflow: hidden; + a { + margin-top: 20px; + display: block; + width: 120px; + height: 120px; + } + } + } +} + + + + +.l-checkout__support__bar span.little-progress::after { + white-space: nowrap; + justify-content: left; + width: 200px; + right: -210px; + color: #083F4D; +} +.funding-details { + h2 { + margin-top: 0; + margin-bottom: 1.5rem; + } + .funding-description { + h2 { + font-size: 1.25rem; + line-height: 1.35; + } + } +}