X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/14eaee7aef2e0f89f0210f087d10eeaed0bedf43..a8282aa69e00292bec986722c5230ff89f96f450:/src/wolnelektury/static/2022/styles/layout/_article.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_article.scss b/src/wolnelektury/static/2022/styles/layout/_article.scss new file mode 100644 index 000000000..d83ef818c --- /dev/null +++ b/src/wolnelektury/static/2022/styles/layout/_article.scss @@ -0,0 +1,32 @@ +.l-article { + color: $color-gray; + + h2 {} + h3 { + font-weight: 600; + font-size: 21.5px; + line-height: 140%; + border-bottom: 1px solid #D9D9D9; + padding-bottom: 15px; + padding-top: 5px; + letter-spacing: -0.01em; + color: #007880; + } + h4 {} + p { + font-weight: normal; + font-size: 18px; + line-height: 150%; + color: #474747; + } + ul {} + ol {} +} + +.l-article__lead { + margin-top: 0; + font-weight: $light; + @include font-size(24px); + font-family: $secondary-font; + line-height: 166%; +}