X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/14eaee7aef2e0f89f0210f087d10eeaed0bedf43..a8282aa69e00292bec986722c5230ff89f96f450:/src/wolnelektury/static/2022/styles/layout/_themes.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_themes.scss b/src/wolnelektury/static/2022/styles/layout/_themes.scss new file mode 100644 index 000000000..275fb7420 --- /dev/null +++ b/src/wolnelektury/static/2022/styles/layout/_themes.scss @@ -0,0 +1,122 @@ +.l-themes__wrapper { + width: 100%; + + h2 { + margin: 0; + 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; + margin-bottom: 23px; + display: flex; + justify-content: space-between; + align-items: center; + + a { + display: flex; + align-items: center; + font-weight: bold; + font-size: 16px; + color: #474747; + + &:hover { + span { + text-decoration: underline; + } + } + + .icon { + color: #007880; + font-size: 10px; + margin-left: 10px; + } + } + } + + .links { + + display: flex; + list-style: none; + padding: 0; + margin: 0; + margin-top: 65px; + li { + display: flex; + align-items: center; + + &:not(:last-child) { + padding-right: 12px; + &:after { + margin-left: 12px; + content: ""; + height: 70%; + width: 1px; + background-color: #007880; + display: block; + } + } + + a { + font-weight: normal; + font-size: 15px; + line-height: 160%; + color: #808080; + + &:hover { + text-decoration: underline; + } + } + } + } +} + +.l-themes { + margin-top: 15px; + + ul { + padding: 0; + margin: 0; + list-style: none; + display: flex; + flex-wrap: wrap; + + li { + width: 16.66666666666667%; + margin-bottom: 17px; + font-weight: normal; + font-size: 18px; + line-height: 150%; + color: #474747; + + span { + color: #007880; + } + + a { + &:hover { + text-decoration: underline; + } + } + } + } + + button { + font-weight: $bold; + @include font-size(24px); + line-height: 28px; + text-align: center; + text-decoration-line: underline; + color: $color-gray; + appearance: none; + background: transparent; + padding: 0; + border: 0; + cursor: pointer; + display: block; + margin: 43px auto 0; + } +}